Skip to content

Commit 6a9bf73

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 9.7.1
1 parent ed56f79 commit 6a9bf73

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "9.7.0",
2+
".": "9.7.1",
33
"workspaces/arborist": "6.2.9",
44
"workspaces/libnpmaccess": "7.0.2",
55
"workspaces/libnpmdiff": "5.0.17",

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [9.7.1](https://github.com/npm/cli/compare/v9.7.0...v9.7.1) (2023-06-06)
4+
5+
### Dependencies
6+
7+
* [`7467ff6`](https://github.com/npm/cli/commit/7467ff680a3fffbf6b974c5779229c2e54e8515f) [#6518](https://github.com/npm/cli/pull/6518) `@npmcli/package-json@3.1.1`, `@npmcli/git@4.1.0`
8+
39
## [9.7.0](https://github.com/npm/cli/compare/v9.6.7...v9.7.0) (2023-05-31)
410

511
### Features

package-lock.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "9.7.0",
3+
"version": "9.7.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.7.0",
9+
"version": "9.7.1",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.7.0",
2+
"version": "9.7.1",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [

0 commit comments

Comments
 (0)