From 55cbcc20dd7abf7840871b33bb0493d0803a290b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:30:54 +0000 Subject: [PATCH] chore: release 9.9.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1842249a692cd..54a46529292f7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "9.9.2", + ".": "9.9.3", "workspaces/arborist": "6.5.0", "workspaces/libnpmaccess": "7.0.2", "workspaces/libnpmdiff": "5.0.20", diff --git a/CHANGELOG.md b/CHANGELOG.md index df57d82371313..6355269e033cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.9.3](https://github.com/npm/cli/compare/v9.9.2...v9.9.3) (2023-11-21) + +### Bug Fixes + +* [`878f22b`](https://github.com/npm/cli/commit/878f22b5323554540ab48271b6ddd5502de97845) [#7008](https://github.com/npm/cli/pull/7008) properly catch missing url opener error (@wraithgar) +* [`91a8eca`](https://github.com/npm/cli/commit/91a8eca99457092389ee22ff7491b6886cf30654) [#7008](https://github.com/npm/cli/pull/7008) properly catch missing url opener error on interactive prompt (@wraithgar) + ## [9.9.2](https://github.com/npm/cli/compare/v9.9.1...v9.9.2) (2023-11-14) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 9ca72da2b9810..1cd0b9d041aba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "npm", - "version": "9.9.2", + "version": "9.9.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 6e4e40f9ade42..9e78466036c15 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.9.2", + "version": "9.9.3", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [