diff --git a/CHANGELOG.md b/CHANGELOG.md index 97fee75d..81928c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [5.2.0](https://github.com/nodejs/node-core-utils/compare/v5.1.0...v5.2.0) (2024-06-08) + + +### Features + +* add EOL warning to pre sec release template ([#816](https://github.com/nodejs/node-core-utils/issues/816)) ([e3e19b3](https://github.com/nodejs/node-core-utils/commit/e3e19b355e60d6763ec3e651f66b0b0bde14da1b)) +* add PR_URL to vuln.json and fetch from H1 ([#815](https://github.com/nodejs/node-core-utils/issues/815)) ([c4e7c03](https://github.com/nodejs/node-core-utils/commit/c4e7c03cc6499fe9a37cadb1154dd57ea573abe7)) + + +### Bug Fixes + +* **vote:** improve UX when posting comment fails ([#814](https://github.com/nodejs/node-core-utils/issues/814)) ([615fbac](https://github.com/nodejs/node-core-utils/commit/615fbaca87e42dab6f4d84fe77c2b99f82527498)) + ## [5.1.0](https://github.com/nodejs/node-core-utils/compare/v5.0.2...v5.1.0) (2024-05-22) diff --git a/package.json b/package.json index aa17522f..e3aa27d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@node-core/utils", - "version": "5.1.0", + "version": "5.2.0", "description": "Utilities for Node.js core collaborators", "type": "module", "engines": {