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:
authorisaacs <i@izs.me>2021-04-24 01:34:57 +0300
committerisaacs <i@izs.me>2021-04-24 01:40:19 +0300
commitecb8cc1fe34293cbf96d2dc2ae497e15a33796cc (patch)
treef1bb42b9d7b8ad814c2521ee72d45c5fcada8417 /CHANGELOG.md
parent72a7eeb493e0e71cba3af36490cb245030ed31a3 (diff)
docs for v7.11.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 26569ea55..d316c6760 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,23 @@
+## v7.11.1 (2021-04-23)
+
+### DEPENDENCIES
+
+* [`7925cca24`](https://github.com/npm/cli/commit/7925cca24543d9e1a8297844b3e53e11057643ef)
+ `pacote@11.3.3`:
+ * fix(registry): normalize manfest
+* [`b61eac693`](https://github.com/npm/cli/commit/b61eac693df82c52b955e6c18ec4dcf4cedea8a3)
+ [#3130](https://github.com/npm/cli/issues/3130)
+ `@npmcli/config@2.2.0`
+* [`c74e67fc6`](https://github.com/npm/cli/commit/c74e67fc6572bb001d74c7486c05d211a0e03de8)
+ [#3130](https://github.com/npm/cli/issues/3130)
+ `npm-registry-fetch@10.1.1`
+
+### DOCUMENTATION
+
+* [`efdd7dd44`](https://github.com/npm/cli/commit/efdd7dd4427a0ee856c18aab1df2d3d30a307997)
+ Remove unused and incorrectly documented `--always-auth` config definition
+ ([@isaacs](https://github.com/isaacs))
+
## v7.11.0 (2021-04-22)
### FEATURES