Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Fritz <fritzy@github.com>2022-05-19 02:50:08 +0300
committerNathan Fritz <fritzy@github.com>2022-05-19 02:50:08 +0300
commitb4bfa253ea2cd9da00d2ebf6ce1a334f37b51451 (patch)
tree451a3cf45f43c65d1bd777ed5a2bdf0c26638139
parentee3308a7a08799ec7e86237165ebaf278d9a4f9f (diff)
chore: changelog for v8.11.0
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d6fa6303..672c7e5ab 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