Skip to content

Commit 040f1ee

Browse files
chore: release 10.2.4
1 parent da18e4f commit 040f1ee

File tree

6 files changed

+28
-6
lines changed

6 files changed

+28
-6
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "10.2.3",
2+
".": "10.2.4",
33
"workspaces/arborist": "7.2.1",
44
"workspaces/libnpmaccess": "8.0.1",
55
"workspaces/libnpmdiff": "6.0.3",
@@ -8,7 +8,7 @@
88
"workspaces/libnpmhook": "10.0.0",
99
"workspaces/libnpmorg": "6.0.1",
1010
"workspaces/libnpmpack": "6.0.3",
11-
"workspaces/libnpmpublish": "9.0.1",
11+
"workspaces/libnpmpublish": "9.0.2",
1212
"workspaces/libnpmsearch": "7.0.0",
1313
"workspaces/libnpmteam": "6.0.0",
1414
"workspaces/libnpmversion": "5.0.1",

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [10.2.4](https://github.com/npm/cli/compare/v10.2.3...v10.2.4) (2023-11-13)
4+
5+
### Bug Fixes
6+
7+
* [`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)
8+
* [`dce3b08`](https://github.com/npm/cli/commit/dce3b0896ba81b2109fea42ab32edd8a3193324c) [#6951](https://github.com/npm/cli/pull/6951) properly catch missing url opener error (#6951) (@wraithgar)
9+
10+
### Documentation
11+
12+
* [`da18e4f`](https://github.com/npm/cli/commit/da18e4f9baa180beeb325a384759a26a19ac2919) [#6987](https://github.com/npm/cli/pull/6987) update npm-prune description (#6987) (@Eomm)
13+
14+
### Dependencies
15+
16+
* [`b3a53c6`](https://github.com/npm/cli/commit/b3a53c6ab5fd933fc7f8258c155ed31be834393e) [#6949](https://github.com/npm/cli/pull/6949) `is-cidr@5.0.3` (#6949)
17+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v9.0.2): `libnpmpublish@9.0.2`
18+
319
## [10.2.3](https://github.com/npm/cli/compare/v10.2.2...v10.2.3) (2023-11-02)
420

521
### Dependencies

package-lock.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm",
3-
"version": "10.2.3",
3+
"version": "10.2.4",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.2.3",
2+
"version": "10.2.4",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -84,7 +84,7 @@
8484
"libnpmhook": "^10.0.0",
8585
"libnpmorg": "^6.0.1",
8686
"libnpmpack": "^6.0.3",
87-
"libnpmpublish": "^9.0.1",
87+
"libnpmpublish": "^9.0.2",
8888
"libnpmsearch": "^7.0.0",
8989
"libnpmteam": "^6.0.0",
9090
"libnpmversion": "^5.0.1",

workspaces/libnpmpublish/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [9.0.2](https://github.com/npm/cli/compare/libnpmpublish-v9.0.1...libnpmpublish-v9.0.2) (2023-11-13)
4+
5+
### Bug Fixes
6+
7+
* [`fff8698`](https://github.com/npm/cli/commit/fff8698169441a6398319f6d0510dde4090e01ce) [#6978](https://github.com/npm/cli/pull/6978) publish: split github workflow ref (#6978) (@sxzz)
8+
39
## [9.0.1](https://github.com/npm/cli/compare/libnpmpublish-v9.0.0...libnpmpublish-v9.0.1) (2023-10-02)
410

511
### Dependencies

workspaces/libnpmpublish/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpublish",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "Programmatic API for the bits behind npm publish and unpublish",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)