diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fb5b2de7bda86..5c00f3c5c945f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "11.0.0", + ".": "11.0.1", "workspaces/arborist": "9.0.0", "workspaces/libnpmaccess": "10.0.0", "workspaces/libnpmdiff": "8.0.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 8de4100fb268f..b94b27ab73e8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [11.0.1](https://github.com/npm/cli/compare/v11.0.0...v11.0.1) (2024-12-16) +### Bug Fixes +* [`f7da341`](https://github.com/npm/cli/commit/f7da341322c2f860156e8144b208583596504479) [#7980](https://github.com/npm/cli/pull/7980) search: properly display multiple search terms (#7980) (@wraithgar) + ## [11.0.0](https://github.com/npm/cli/compare/v11.0.0-pre.1...v11.0.0) (2024-12-16) ### Documentation * [`8a911da`](https://github.com/npm/cli/commit/8a911da452b9785bcd051778570beeb2d8b27421) [#7963](https://github.com/npm/cli/pull/7963) ls: removed design change pending section note (#7963) (@milaninfy) diff --git a/package-lock.json b/package-lock.json index 146bfb0285321..a3c368922a0f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "11.0.0", + "version": "11.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "11.0.0", + "version": "11.0.1", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", diff --git a/package.json b/package.json index 82c5a193b88c0..a4436d324561d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "11.0.0", + "version": "11.0.1", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [