diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b863cd..9c589de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ ### Changed -- **Breaking change** Drop support of Node.js 10, 12. The version [5.0.4](https://github.com/reportportal/agent-js-mocha/releases/tag/v5.0.4) is the latest that supports it. +- **Breaking change** Drop support of Node.js 10. The version [5.0.4](https://github.com/reportportal/agent-js-mocha/releases/tag/v5.0.4) is the latest that supports it. - `@reportportal/client-javascript` bumped to version `5.1.4`, new `launchUuidPrintOutput` types introduced: 'FILE', 'ENVIRONMENT'. - `mocha` bumped to version `10.6.0`. ### Security - Updated versions of vulnerable packages (braces). +### Deprecated +- Node.js 12 usage. This minor version is the latest that supports Node.js 12. ## [5.0.4] - 2024-01-19 ### Deprecated