Skip to content

Commit 6f9f0a1

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 9.9.1
1 parent 908ee54 commit 6f9f0a1

4 files changed

+15
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "9.9.0",
2+
".": "9.9.1",
33
"workspaces/arborist": "6.5.0",
44
"workspaces/libnpmaccess": "7.0.2",
55
"workspaces/libnpmdiff": "5.0.20",

CHANGELOG.md

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

3+
## [9.9.1](https://github.com/npm/cli/compare/v9.9.0...v9.9.1) (2023-10-30)
4+
5+
### Bug Fixes
6+
7+
* [`0dba79a`](https://github.com/npm/cli/commit/0dba79a848254ca5e7f02a2ea76f1d4d84dc95d8) [#6942](https://github.com/npm/cli/pull/6942) add back bin/node-gyp-bin/node-gyp files (@lukekarrys)
8+
* [`c93edb5`](https://github.com/npm/cli/commit/c93edb55f52532e666a9ba2719bee0da725fe6f0) [#6932](https://github.com/npm/cli/pull/6932) add back `bin/node-gyp-bin/node-gyp` files (@lukekarrys)
9+
10+
### Documentation
11+
12+
* [`e6cce28`](https://github.com/npm/cli/commit/e6cce28ddd300923f616be4a6fa3946d5e96480c) [#6925](https://github.com/npm/cli/pull/6925) use markdown links instead of html (@lukekarrys)
13+
314
## [9.9.0](https://github.com/npm/cli/compare/v9.8.1...v9.9.0) (2023-10-06)
415

516
### 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.9.0",
3+
"version": "9.9.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.9.0",
9+
"version": "9.9.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.9.0",
2+
"version": "9.9.1",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [

0 commit comments

Comments
 (0)