diff --git a/CHANGELOG.md b/CHANGELOG.md index b3dc5736..3ea1b1a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.28.1](https://www.github.com/nodejs/node-core-utils/compare/v1.28.0...v1.28.1) (2021-09-25) + + +### Bug Fixes + +* **update-v8:** add abseil-cpp as a V8 dependency ([#565](https://www.github.com/nodejs/node-core-utils/issues/565)) ([96d46ab](https://www.github.com/nodejs/node-core-utils/commit/96d46ab0322aeea9fbf6dcd7121e8a87505e568c)) + ## [1.28.0](https://www.github.com/nodejs/node-core-utils/compare/v1.27.2...v1.28.0) (2021-09-20) diff --git a/package.json b/package.json index 92e637c1..97bc6ade 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-core-utils", - "version": "1.28.0", + "version": "1.28.1", "description": "Utilities for Node.js core collaborators", "bin": { "get-metadata": "./bin/get-metadata",