diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c2f8d6cdf9fb8..28da265010768 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "11.18.0", + ".": "11.19.0", "workspaces/arborist": "9.9.0", "workspaces/libnpmaccess": "10.0.3", "workspaces/libnpmdiff": "8.1.11", diff --git a/CHANGELOG.md b/CHANGELOG.md index 642426af15958..1081da17b4dbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [11.19.0](https://github.com/npm/cli/compare/v11.18.0...v11.19.0) (2026-06-29) +### Features +* [`7d39aa6`](https://github.com/npm/cli/commit/7d39aa6956117ed2af95e8ecba3533f66c4bc050) [#9698](https://github.com/npm/cli/pull/9698) install-scripts: use install-scripts as the warning log title (@manzoorwanijk) + ## [11.18.0](https://github.com/npm/cli/compare/v11.17.0...v11.18.0) (2026-06-29) ### Features * [`3021ad6`](https://github.com/npm/cli/commit/3021ad60d9a381ac8c64617843de661b2a0d4620) [#9694](https://github.com/npm/cli/pull/9694) arborist: extend replace-registry-host with URL prefix matching (#6110) (#9694) (@github-actions[bot], @u2mejc) diff --git a/package-lock.json b/package-lock.json index 34307d28a6ba3..6a4ad58f4fba2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "11.18.0", + "version": "11.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "11.18.0", + "version": "11.19.0", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", diff --git a/package.json b/package.json index b2ee14b3db8b6..9f1917dbffa28 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "11.18.0", + "version": "11.19.0", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [