From 6f9f0a146e556a3b510a358778245b7dffe35f11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:05:35 +0000 Subject: [PATCH] chore: release 9.9.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2e5afeee2784a..d06d77ade0f53 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "9.9.0", + ".": "9.9.1", "workspaces/arborist": "6.5.0", "workspaces/libnpmaccess": "7.0.2", "workspaces/libnpmdiff": "5.0.20", diff --git a/CHANGELOG.md b/CHANGELOG.md index ed47f21e34502..3ac4794bdd05c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [9.9.1](https://github.com/npm/cli/compare/v9.9.0...v9.9.1) (2023-10-30) + +### Bug Fixes + +* [`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) +* [`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) + +### Documentation + +* [`e6cce28`](https://github.com/npm/cli/commit/e6cce28ddd300923f616be4a6fa3946d5e96480c) [#6925](https://github.com/npm/cli/pull/6925) use markdown links instead of html (@lukekarrys) + ## [9.9.0](https://github.com/npm/cli/compare/v9.8.1...v9.9.0) (2023-10-06) ### Features diff --git a/package-lock.json b/package-lock.json index 37cce2e082a4b..06bf8e10b26fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "9.9.0", + "version": "9.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "9.9.0", + "version": "9.9.1", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", diff --git a/package.json b/package.json index 7d5961055b234..de62b691e935f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.9.0", + "version": "9.9.1", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [