diff --git a/CHANGELOG.md b/CHANGELOG.md index c86de508..81e92564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.27.2](https://www.github.com/nodejs/node-core-utils/compare/v1.27.1...v1.27.2) (2021-07-03) + + +### Bug Fixes + +* **update-v8:** force-add all files after cloning V8 ([#549](https://www.github.com/nodejs/node-core-utils/issues/549)) ([f23ff61](https://www.github.com/nodejs/node-core-utils/commit/f23ff6166bdd774090269352ca9da56132c3d574)) + ### [1.27.1](https://www.github.com/nodejs/node-core-utils/compare/v1.27.0...v1.27.1) (2021-06-10) diff --git a/package.json b/package.json index 8db7a1eb..aeaf95d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-core-utils", - "version": "1.27.1", + "version": "1.27.2", "description": "Utilities for Node.js core collaborators", "bin": { "get-metadata": "./bin/get-metadata",