diff --git a/CHANGELOG.md b/CHANGELOG.md index aeb6e3a..63e064e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [3.0.1](https://www.github.com/npm/run-script/compare/v3.0.0...v3.0.1) (2022-03-02) + + +### Dependencies + +* bump node-gyp from 8.4.1 to 9.0.0 ([#52](https://www.github.com/npm/run-script/issues/52)) ([148ce21](https://www.github.com/npm/run-script/commit/148ce213fd7b208295dfa743b5bbf6f2032f22ce)) + ## [3.0.0](https://www.github.com/npm/run-script/compare/v2.0.0...v3.0.0) (2022-02-23) diff --git a/package.json b/package.json index 78b6692..3f29f97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/run-script", - "version": "3.0.0", + "version": "3.0.1", "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)", "author": "GitHub Inc.", "license": "ISC",