diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 058435153b7bd..82762f098d966 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "9.8.1", + ".": "9.8.2", "workspaces/arborist": "6.3.0", "workspaces/libnpmaccess": "7.0.2", "workspaces/libnpmdiff": "5.0.19", diff --git a/CHANGELOG.md b/CHANGELOG.md index de68fd445c623..79236c6a63b58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [9.8.2](https://github.com/npm/cli/compare/v9.8.1...v9.8.2) (2023-07-25) + +### Documentation + +* [`e5338af`](https://github.com/npm/cli/commit/e5338af3ca5d1aea78348f4894481eef3b1f7354) [#6672](https://github.com/npm/cli/pull/6672) remove link to deprecated `npm set-script` command (#6672) (@emmanuel-ferdman) + ## [9.8.1](https://github.com/npm/cli/compare/v9.8.0...v9.8.1) (2023-07-18) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 2b32aeb631904..012e0729da3d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "npm", - "version": "9.8.1", + "version": "9.8.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 6e719a073893b..7f8831ac260e9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.8.1", + "version": "9.8.2", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [