diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6c8da3e38adb..f99557d6763cf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "11.14.0", + ".": "11.14.1", "workspaces/arborist": "9.5.0", "workspaces/libnpmaccess": "10.0.3", "workspaces/libnpmdiff": "8.1.7", diff --git a/CHANGELOG.md b/CHANGELOG.md index 375f0c6ec7779..2285697fdf613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [11.14.1](https://github.com/npm/cli/compare/v11.14.0...v11.14.1) (2026-05-08) +### Bug Fixes +* [`dca12cb`](https://github.com/npm/cli/commit/dca12cb24199aa7046eb53547097906b8731e51b) [#9328](https://github.com/npm/cli/pull/9328) remove settings (#9328) (@github-actions[bot], @owlstronaut) + ## [11.14.0](https://github.com/npm/cli/compare/v11.13.0...v11.14.0) (2026-05-06) ### Features * [`45fc5e0`](https://github.com/npm/cli/commit/45fc5e0dd144bb21148d7aa35439695ab44cdfda) [#9288](https://github.com/npm/cli/pull/9288) add allow-directory, allow-file, and allow-remote (#9288) (@github-actions[bot], @wraithgar) diff --git a/package-lock.json b/package-lock.json index 2873f2f180d3e..13c8e4c9ade16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "11.14.0", + "version": "11.14.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "11.14.0", + "version": "11.14.1", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", diff --git a/package.json b/package.json index 6e89f46222363..12ca77340ca84 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "11.14.0", + "version": "11.14.1", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [