From b4bfa253ea2cd9da00d2ebf6ce1a334f37b51451 Mon Sep 17 00:00:00 2001 From: Nathan Fritz Date: Wed, 18 May 2022 16:50:08 -0700 Subject: [PATCH 1/2] chore: changelog for v8.11.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d6fa63034961..672c7e5ab9182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v8.11.0 (2022-05-18) + +### Features + + * [`8898710`](https://github.com/npm/cli/commit/8898710220a3d84b0a9ea2a6d9cf880e50b94c9e) [#4879](https://github.com/npm/cli/pull/4879) feat: deprecated set-script, birthday, --global, and --local ([@fritzy](https://github.com/fritzy)) + +### Bug Fixes + + * [`400c80f`](https://github.com/npm/cli/commit/400c80f570228a2c0ffe09d6564cc88dc2f356c3) [#4913](https://github.com/npm/cli/pull/4913) fix(ci): remove node_modules post-validation ([@wraithgar](https://github.com/wraithgar)) + * [`124df81`](https://github.com/npm/cli/commit/124df81391ea5810b29d2af9500ed597f076d597) [#4910](https://github.com/npm/cli/pull/4910) fix: clean up npm cache tests ([@wraithgar](https://github.com/wraithgar)) + * [`ee3308a`](https://github.com/npm/cli/commit/ee3308a7a08799ec7e86237165ebaf278d9a4f9f) [#4888](https://github.com/npm/cli/pull/4888) fix: remove dead code from get-identity ([@wraithgar](https://github.com/wraithgar)) + ## v8.10.0 (2022-05-11) ### Features From a2c8191d37b848f2c2af03b7550d4c90e01484bd Mon Sep 17 00:00:00 2001 From: Nathan Fritz Date: Wed, 18 May 2022 16:50:32 -0700 Subject: [PATCH 2/2] 8.11.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ef6ead05e562..776d45130fcb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "8.10.0", + "version": "8.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "npm", - "version": "8.10.0", + "version": "8.11.0", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", diff --git a/package.json b/package.json index e654f94102d9d..00b7012b46295 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "8.10.0", + "version": "8.11.0", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [