Skip to content

Commit

Permalink
chore: release 9.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 22, 2023
1 parent 361e194 commit 9949013
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "9.6.7",
".": "9.6.8",
"workspaces/arborist": "6.2.9",
"workspaces/libnpmaccess": "7.0.2",
"workspaces/libnpmdiff": "5.0.17",
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [9.6.8](https://github.com/npm/cli/compare/v9.6.7...v9.6.8) (2023-05-22)

### Bug Fixes

* [`37cc797`](https://github.com/npm/cli/commit/37cc797341100cd0a8371e80b25b938f166c9d71) [#6418](https://github.com/npm/cli/pull/6418) retrieve registry keys via TUF (#6418) (@bdehamer)

### Documentation

* [`0400ce3`](https://github.com/npm/cli/commit/0400ce3c9d7af792c9931f1ba365e25b899833b6) [#6481](https://github.com/npm/cli/pull/6481) add cli params to `npm set`, `npm get` (#6481) (@m4rch3n1ng)
* [`c3638ce`](https://github.com/npm/cli/commit/c3638ce613364aff50fedb493a97f1ee60211158) [#6468](https://github.com/npm/cli/pull/6468) remove `package-lock` option for `npm ci` (#6468) (@m4rch3n1ng)

## [9.6.7](https://github.com/npm/cli/compare/v9.6.6...v9.6.7) (2023-05-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm",
"version": "9.6.7",
"version": "9.6.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.6.7",
"version": "9.6.8",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down

0 comments on commit 9949013

Please sign in to comment.