We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ccf184 commit 290d492Copy full SHA for 290d492
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### [1.28.2](https://www.github.com/nodejs/node-core-utils/compare/v1.28.1...v1.28.2) (2021-10-04)
4
+
5
6
+### Bug Fixes
7
8
+* **update-v8:** remove abseil-cpp from V8 dependencies ([#567](https://www.github.com/nodejs/node-core-utils/issues/567)) ([8ccf184](https://www.github.com/nodejs/node-core-utils/commit/8ccf184773f660cc1765f26af3103870729cb8b2))
9
10
### [1.28.1](https://www.github.com/nodejs/node-core-utils/compare/v1.28.0...v1.28.1) (2021-09-25)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "node-core-utils",
- "version": "1.28.1",
+ "version": "1.28.2",
"description": "Utilities for Node.js core collaborators",
"bin": {
"get-metadata": "./bin/get-metadata",
0 commit comments