diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 80cf7f33701db..ca2628ccfa03f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "10.2.3", + ".": "10.2.4", "workspaces/arborist": "7.2.1", "workspaces/libnpmaccess": "8.0.1", "workspaces/libnpmdiff": "6.0.3", @@ -8,7 +8,7 @@ "workspaces/libnpmhook": "10.0.0", "workspaces/libnpmorg": "6.0.1", "workspaces/libnpmpack": "6.0.3", - "workspaces/libnpmpublish": "9.0.1", + "workspaces/libnpmpublish": "9.0.2", "workspaces/libnpmsearch": "7.0.0", "workspaces/libnpmteam": "6.0.0", "workspaces/libnpmversion": "5.0.1", diff --git a/AUTHORS b/AUTHORS index 56974cf9f175b..80dd1ebb3aa75 100644 --- a/AUTHORS +++ b/AUTHORS @@ -908,3 +908,6 @@ Wes Todd Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Piotr Kmieć <103869106+Gekuro@users.noreply.github.com> Santoshraj2 <143222321+Santoshraj2@users.noreply.github.com> +Jamie Tanna +三咲智子 Kevin Deng +Manuel Spigolon diff --git a/CHANGELOG.md b/CHANGELOG.md index d4395bfc968c9..cd980f8adc1a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [10.2.4](https://github.com/npm/cli/compare/v10.2.3...v10.2.4) (2023-11-13) + +### Bug Fixes + +* [`0f70088`](https://github.com/npm/cli/commit/0f7008851f1c250405e8dc326f15d535e8fc1eae) [#6969](https://github.com/npm/cli/pull/6969) correctly handle object licenses in SBOM generation (#6969) (@jamietanna) +* [`dce3b08`](https://github.com/npm/cli/commit/dce3b0896ba81b2109fea42ab32edd8a3193324c) [#6951](https://github.com/npm/cli/pull/6951) properly catch missing url opener error (#6951) (@wraithgar) + +### Documentation + +* [`da18e4f`](https://github.com/npm/cli/commit/da18e4f9baa180beeb325a384759a26a19ac2919) [#6987](https://github.com/npm/cli/pull/6987) update npm-prune description (#6987) (@Eomm) + +### Dependencies + +* [`b3a53c6`](https://github.com/npm/cli/commit/b3a53c6ab5fd933fc7f8258c155ed31be834393e) [#6949](https://github.com/npm/cli/pull/6949) `is-cidr@5.0.3` (#6949) +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v9.0.2): `libnpmpublish@9.0.2` + ## [10.2.3](https://github.com/npm/cli/compare/v10.2.2...v10.2.3) (2023-11-02) ### Dependencies diff --git a/package-lock.json b/package-lock.json index ebf0e10b8ee1e..7e3a14e44b4f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "10.2.3", + "version": "10.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "10.2.3", + "version": "10.2.4", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -122,7 +122,7 @@ "libnpmhook": "^10.0.0", "libnpmorg": "^6.0.1", "libnpmpack": "^6.0.3", - "libnpmpublish": "^9.0.1", + "libnpmpublish": "^9.0.2", "libnpmsearch": "^7.0.0", "libnpmteam": "^6.0.0", "libnpmversion": "^5.0.1", @@ -17763,7 +17763,7 @@ } }, "workspaces/libnpmpublish": { - "version": "9.0.1", + "version": "9.0.2", "license": "ISC", "dependencies": { "ci-info": "^3.6.1", diff --git a/package.json b/package.json index 2ac49b670d4fb..61bc23bc89598 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "10.2.3", + "version": "10.2.4", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [ @@ -84,7 +84,7 @@ "libnpmhook": "^10.0.0", "libnpmorg": "^6.0.1", "libnpmpack": "^6.0.3", - "libnpmpublish": "^9.0.1", + "libnpmpublish": "^9.0.2", "libnpmsearch": "^7.0.0", "libnpmteam": "^6.0.0", "libnpmversion": "^5.0.1", diff --git a/workspaces/libnpmpublish/CHANGELOG.md b/workspaces/libnpmpublish/CHANGELOG.md index e69a70ddbb609..3fe96b30852c8 100644 --- a/workspaces/libnpmpublish/CHANGELOG.md +++ b/workspaces/libnpmpublish/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [9.0.2](https://github.com/npm/cli/compare/libnpmpublish-v9.0.1...libnpmpublish-v9.0.2) (2023-11-13) + +### Bug Fixes + +* [`fff8698`](https://github.com/npm/cli/commit/fff8698169441a6398319f6d0510dde4090e01ce) [#6978](https://github.com/npm/cli/pull/6978) publish: split github workflow ref (#6978) (@sxzz) + ## [9.0.1](https://github.com/npm/cli/compare/libnpmpublish-v9.0.0...libnpmpublish-v9.0.1) (2023-10-02) ### Dependencies diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json index f5081a0518866..1f6bd0a8dddc8 100644 --- a/workspaces/libnpmpublish/package.json +++ b/workspaces/libnpmpublish/package.json @@ -1,6 +1,6 @@ { "name": "libnpmpublish", - "version": "9.0.1", + "version": "9.0.2", "description": "Programmatic API for the bits behind npm publish and unpublish", "author": "GitHub Inc.", "main": "lib/index.js",