Skip to content

Commit

Permalink
chore: release 9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Feb 13, 2023
1 parent ed59aae commit 7bbef66
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "9.4.2",
".": "9.5.0",
"workspaces/arborist": "6.2.2",
"workspaces/libnpmaccess": "7.0.2",
"workspaces/libnpmdiff": "5.0.10",
Expand All @@ -8,7 +8,7 @@
"workspaces/libnpmhook": "9.0.3",
"workspaces/libnpmorg": "5.0.3",
"workspaces/libnpmpack": "5.0.10",
"workspaces/libnpmpublish": "7.0.8",
"workspaces/libnpmpublish": "7.1.0",
"workspaces/libnpmsearch": "6.0.2",
"workspaces/libnpmteam": "5.0.2",
"workspaces/libnpmversion": "4.0.2",
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -870,3 +870,4 @@ HenryNguyen5 <[email protected]>
Eric Mutta <[email protected]>
Peally <[email protected]>
James Shaw <[email protected]>
Brian DeHamer <[email protected]>
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [9.5.0](https://github.com/npm/cli/compare/v9.4.2...v9.5.0) (2023-02-13)

### Features

* [`5fc6473`](https://github.com/npm/cli/commit/5fc647316cdc07d4337cdf1b75f73a0663822c7f) add provenance attestation (@bdehamer)

### Bug Fixes

* [`ed59aae`](https://github.com/npm/cli/commit/ed59aae51cc55f57ee32d43e898ef05236005a09) [#6162](https://github.com/npm/cli/pull/6162) refactor error reporting in audit command (@bdehamer)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.1.0): `[email protected]`

## [9.4.2](https://github.com/npm/cli/compare/v9.4.1...v9.4.2) (2023-02-07)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "9.4.2",
"version": "9.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "9.4.2",
"version": "9.5.0",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -113,7 +113,7 @@
"libnpmhook": "^9.0.3",
"libnpmorg": "^5.0.3",
"libnpmpack": "^5.0.10",
"libnpmpublish": "^7.0.8",
"libnpmpublish": "^7.1.0",
"libnpmsearch": "^6.0.2",
"libnpmteam": "^5.0.2",
"libnpmversion": "^4.0.2",
Expand Down Expand Up @@ -15169,7 +15169,7 @@
}
},
"workspaces/libnpmpublish": {
"version": "7.0.8",
"version": "7.1.0",
"license": "ISC",
"dependencies": {
"ci-info": "^3.6.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.4.2",
"version": "9.5.0",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -82,7 +82,7 @@
"libnpmhook": "^9.0.3",
"libnpmorg": "^5.0.3",
"libnpmpack": "^5.0.10",
"libnpmpublish": "^7.0.8",
"libnpmpublish": "^7.1.0",
"libnpmsearch": "^6.0.2",
"libnpmteam": "^5.0.2",
"libnpmversion": "^4.0.2",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmpublish/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [7.1.0](https://github.com/npm/cli/compare/libnpmpublish-v7.0.8...libnpmpublish-v7.1.0) (2023-02-13)

### Features

* [`5fc6473`](https://github.com/npm/cli/commit/5fc647316cdc07d4337cdf1b75f73a0663822c7f) add provenance attestation (@bdehamer)

## [7.0.8](https://github.com/npm/cli/compare/libnpmpublish-v7.0.7...libnpmpublish-v7.0.8) (2023-02-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmpublish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmpublish",
"version": "7.0.8",
"version": "7.1.0",
"description": "Programmatic API for the bits behind npm publish and unpublish",
"author": "GitHub Inc.",
"main": "lib/index.js",
Expand Down

0 comments on commit 7bbef66

Please sign in to comment.