Skip to content

Commit b0c7ada

Browse files
chore: release 9.6.7
1 parent bdab631 commit b0c7ada

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-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.6.6",
2+
".": "9.6.7",
33
"workspaces/arborist": "6.2.9",
44
"workspaces/libnpmaccess": "7.0.2",
55
"workspaces/libnpmdiff": "5.0.17",
@@ -8,7 +8,7 @@
88
"workspaces/libnpmhook": "9.0.3",
99
"workspaces/libnpmorg": "5.0.4",
1010
"workspaces/libnpmpack": "5.0.17",
11-
"workspaces/libnpmpublish": "7.1.4",
11+
"workspaces/libnpmpublish": "7.2.0",
1212
"workspaces/libnpmsearch": "6.0.2",
1313
"workspaces/libnpmteam": "5.0.3",
1414
"workspaces/libnpmversion": "4.0.2",

CHANGELOG.md

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

3+
## [9.6.7](https://github.com/npm/cli/compare/v9.6.6...v9.6.7) (2023-05-05)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.2.0): `[email protected]`
8+
39
## [9.6.6](https://github.com/npm/cli/compare/v9.6.5...v9.6.6) (2023-05-03)
410

511
### Dependencies

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.6.6",
3+
"version": "9.6.7",
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.6.6",
2+
"version": "9.6.7",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -82,7 +82,7 @@
8282
"libnpmhook": "^9.0.3",
8383
"libnpmorg": "^5.0.4",
8484
"libnpmpack": "^5.0.17",
85-
"libnpmpublish": "^7.1.4",
85+
"libnpmpublish": "^7.2.0",
8686
"libnpmsearch": "^6.0.2",
8787
"libnpmteam": "^5.0.3",
8888
"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.2.0](https://github.com/npm/cli/compare/libnpmpublish-v7.1.4...libnpmpublish-v7.2.0) (2023-05-05)
4+
5+
### Features
6+
7+
* [`bdab631`](https://github.com/npm/cli/commit/bdab631b9847013dc4e8d4083669acf6c7bfb457) [#6428](https://github.com/npm/cli/pull/6428) expose provenance transparency url (#6428) (@JamesHenry, @wraithgar)
8+
39
## [7.1.4](https://github.com/npm/cli/compare/libnpmpublish-v7.1.3...libnpmpublish-v7.1.4) (2023-05-03)
410

511
### Dependencies

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