From b74f834b558a7567ad274fc59b64b3a37a0ef9bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 21:53:05 +0000 Subject: [PATCH] chore: release 9.3.1 --- .release-please-manifest.json | 2 +- AUTHORS | 1 + CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9db0f53f7bbf7..bad8e81acafc8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "9.3.0", + ".": "9.3.1", "workspaces/arborist": "6.1.6", "workspaces/libnpmaccess": "7.0.1", "workspaces/libnpmdiff": "5.0.7", diff --git a/AUTHORS b/AUTHORS index 50cc15da5266b..bc798941f7467 100644 --- a/AUTHORS +++ b/AUTHORS @@ -869,3 +869,4 @@ Aron HenryNguyen5 <6404866+HenryNguyen5@users.noreply.github.com> Eric Mutta Peally <102741826+Peallyz@users.noreply.github.com> +James Shaw diff --git a/CHANGELOG.md b/CHANGELOG.md index 79bf4c5c839d7..2fb318b0dd00f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.3.1](https://github.com/npm/cli/compare/v9.3.0...v9.3.1) (2023-01-13) + +### Bug Fixes + +* [`8be672b`](https://github.com/npm/cli/commit/8be672b21f7d434c898bb4e97dc3fca6e54b29a1) [#6050](https://github.com/npm/cli/pull/6050) don't try to deprecate nonexistant versions (#6050) (@wraithgar) +* [`1c3612c`](https://github.com/npm/cli/commit/1c3612cc2fe9974166b5aab92477b289a768c1e7) [#6054](https://github.com/npm/cli/pull/6054) use recursive rm in ci command (#6054) (@jamesshaw1987, @burkel24) + ## [9.3.0](https://github.com/npm/cli/compare/v9.2.0...v9.3.0) (2023-01-12) ### Features diff --git a/package-lock.json b/package-lock.json index 84de274b55b45..56335fd7ba18d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "9.3.0", + "version": "9.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "9.3.0", + "version": "9.3.1", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", diff --git a/package.json b/package.json index 73c41bc2b4fd2..423024ae21c86 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.3.0", + "version": "9.3.1", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [