Skip to content

Commit 887e7d3

Browse files
chore: release 9.8.0
1 parent 5baf6a2 commit 887e7d3

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "9.7.2",
2+
".": "9.8.0",
33
"workspaces/arborist": "6.2.10",
44
"workspaces/libnpmaccess": "7.0.2",
55
"workspaces/libnpmdiff": "5.0.18",
@@ -8,7 +8,7 @@
88
"workspaces/libnpmhook": "9.0.3",
99
"workspaces/libnpmorg": "5.0.4",
1010
"workspaces/libnpmpack": "5.0.18",
11-
"workspaces/libnpmpublish": "7.4.0",
11+
"workspaces/libnpmpublish": "7.5.0",
1212
"workspaces/libnpmsearch": "6.0.2",
1313
"workspaces/libnpmteam": "5.0.3",
1414
"workspaces/libnpmversion": "4.0.2",

CHANGELOG.md

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

3+
## [9.8.0](https://github.com/npm/cli/compare/v9.7.2...v9.8.0) (2023-06-30)
4+
5+
### Features
6+
7+
* [`89b2741`](https://github.com/npm/cli/commit/89b27413952ca454f715fee314d37e26f371444d) [#6548](https://github.com/npm/cli/pull/6548) add ps1 scripts (#6548) (@mribbons, @lukekarrys)
8+
9+
### Dependencies
10+
11+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.5.0): `[email protected]`
12+
313
## [9.7.2](https://github.com/npm/cli/compare/v9.7.1...v9.7.2) (2023-06-21)
414

515
### 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.7.2",
3+
"version": "9.8.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.7.2",
2+
"version": "9.8.0",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -81,7 +81,7 @@
8181
"libnpmhook": "^9.0.3",
8282
"libnpmorg": "^5.0.4",
8383
"libnpmpack": "^5.0.18",
84-
"libnpmpublish": "^7.4.0",
84+
"libnpmpublish": "^7.5.0",
8585
"libnpmsearch": "^6.0.2",
8686
"libnpmteam": "^5.0.3",
8787
"libnpmversion": "^4.0.2",

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.5.0](https://github.com/npm/cli/compare/libnpmpublish-v7.4.0...libnpmpublish-v7.5.0) (2023-06-30)
4+
5+
### Features
6+
7+
* [`5baf6a2`](https://github.com/npm/cli/commit/5baf6a2c6274d9838556617e9ff5b66fe87ede51) [#6613](https://github.com/npm/cli/pull/6613) SLSA 1.0 provenance statement (#6613) (@bdehamer)
8+
39
## [7.4.0](https://github.com/npm/cli/compare/libnpmpublish-v7.3.0...libnpmpublish-v7.4.0) (2023-06-21)
410

511
### Features

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.4.0",
3+
"version": "7.5.0",
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)