Skip to content

Commit ec18bfd

Browse files
chore: release 9.5.0
1 parent 11e6cc9 commit ec18bfd

File tree

8 files changed

+42
-9
lines changed

8 files changed

+42
-9
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "9.4.2",
2+
".": "9.5.0",
33
"workspaces/arborist": "6.2.2",
44
"workspaces/libnpmaccess": "7.0.2",
55
"workspaces/libnpmdiff": "5.0.10",
@@ -8,9 +8,9 @@
88
"workspaces/libnpmhook": "9.0.3",
99
"workspaces/libnpmorg": "5.0.3",
1010
"workspaces/libnpmpack": "5.0.10",
11-
"workspaces/libnpmpublish": "7.0.8",
11+
"workspaces/libnpmpublish": "7.1.0",
1212
"workspaces/libnpmsearch": "6.0.2",
13-
"workspaces/libnpmteam": "5.0.2",
13+
"workspaces/libnpmteam": "5.0.3",
1414
"workspaces/libnpmversion": "4.0.2",
1515
"workspaces/config": "6.1.3"
1616
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [9.5.0](https://github.com/npm/cli/compare/v9.4.2...v9.5.0) (2023-02-14)
4+
5+
### Features
6+
7+
* [`79bfd03`](https://github.com/npm/cli/commit/79bfd03947a25f4bfb67d1c54893be7c79ec77e2) [#6153](https://github.com/npm/cli/pull/6153) audit signatures verifies attestations (@feelepxyz)
8+
* [`5fc6473`](https://github.com/npm/cli/commit/5fc647316cdc07d4337cdf1b75f73a0663822c7f) add provenance attestation (@bdehamer)
9+
10+
### Bug Fixes
11+
12+
* [`53f75a4`](https://github.com/npm/cli/commit/53f75a4faeac02b97cfac91309a7f9f4efe553a0) [#6158](https://github.com/npm/cli/pull/6158) gracefully fallback from auth-type=web (#6158) (@MylesBorins)
13+
* [`ed59aae`](https://github.com/npm/cli/commit/ed59aae51cc55f57ee32d43e898ef05236005a09) [#6162](https://github.com/npm/cli/pull/6162) refactor error reporting in audit command (@bdehamer)
14+
15+
### Dependencies
16+
17+
* [`fad0473`](https://github.com/npm/cli/commit/fad04737d7b0d1e3a8cd3d3a651e90db6b185f7b) `[email protected]`
18+
* [`678c6bf`](https://github.com/npm/cli/commit/678c6bf716012fd834c06644ed1a82e10a5393ad) `[email protected]`
19+
* [`9b4b366`](https://github.com/npm/cli/commit/9b4b366af5dac21b6db5d722d30b7e1fff064600) `[email protected]`
20+
* [`d20ee2a`](https://github.com/npm/cli/commit/d20ee2afa0b9c97ed6822cb8e6838ba537dd76a9) `[email protected]`
21+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.1.0): `[email protected]`
22+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v5.0.3): `[email protected]`
23+
324
## [9.4.2](https://github.com/npm/cli/compare/v9.4.1...v9.4.2) (2023-02-07)
425

526
### Bug Fixes

package-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm",
3-
"version": "9.4.2",
3+
"version": "9.5.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.4.2",
2+
"version": "9.5.0",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -82,9 +82,9 @@
8282
"libnpmhook": "^9.0.3",
8383
"libnpmorg": "^5.0.3",
8484
"libnpmpack": "^5.0.10",
85-
"libnpmpublish": "^7.0.8",
85+
"libnpmpublish": "^7.1.0",
8686
"libnpmsearch": "^6.0.2",
87-
"libnpmteam": "^5.0.2",
87+
"libnpmteam": "^5.0.3",
8888
"libnpmversion": "^4.0.2",
8989
"make-fetch-happen": "^11.0.3",
9090
"minimatch": "^6.2.0",

workspaces/libnpmpublish/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [7.1.0](https://github.com/npm/cli/compare/libnpmpublish-v7.0.8...libnpmpublish-v7.1.0) (2023-02-14)
4+
5+
### Features
6+
7+
* [`5fc6473`](https://github.com/npm/cli/commit/5fc647316cdc07d4337cdf1b75f73a0663822c7f) add provenance attestation (@bdehamer)
8+
39
## [7.0.8](https://github.com/npm/cli/compare/libnpmpublish-v7.0.7...libnpmpublish-v7.0.8) (2023-02-07)
410

511
### Bug Fixes

workspaces/libnpmpublish/package.json

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

workspaces/libnpmteam/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [5.0.3](https://github.com/npm/cli/compare/libnpmteam-v5.0.2...libnpmteam-v5.0.3) (2023-02-14)
4+
5+
### Bug Fixes
6+
7+
* [`11e6cc9`](https://github.com/npm/cli/commit/11e6cc94326da83caa24188c6ac668b463bb1364) [#6161](https://github.com/npm/cli/pull/6161) use npmFetch() instead of npmFetch.json() for team destroy command (#6161) (@heisantosh)
8+
39
## [5.0.2](https://github.com/npm/cli/compare/libnpmteam-v5.0.1...libnpmteam-v5.0.2) (2023-02-01)
410

511
### Dependencies

workspaces/libnpmteam/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libnpmteam",
33
"description": "npm Team management APIs",
4-
"version": "5.0.2",
4+
"version": "5.0.3",
55
"author": "GitHub Inc.",
66
"license": "ISC",
77
"main": "lib/index.js",

0 commit comments

Comments
 (0)