diff --git a/CHANGELOG.md b/CHANGELOG.md index f9349fa..455d03a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### Changed +- `@reportportal/client-javascript` bumped to version `5.1.4`. +### Security +- Updated versions of vulnerable packages (braces). ## [5.1.8] - 2024-04-11 ### Changed diff --git a/README.md b/README.md index 710171a..37d05ff 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ npm install --save-dev @reportportal/agent-js-playwright import { PlaywrightTestConfig } from '@playwright/test'; const RPconfig = { - apiKey: '00000000-0000-0000-0000-000000000000', + apiKey: '', endpoint: 'https://your.reportportal.server/api/v1', project: 'Your reportportal project name', launch: 'Your launch name',