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:
authornlf <quitlahok@gmail.com>2021-04-29 22:46:04 +0300
committernlf <quitlahok@gmail.com>2021-04-29 22:48:51 +0300
commit44d32928642add37efa2f58f5e7ed600fef1db9b (patch)
treec57f200636bd38e7d1220c41de39ee9af57e360a
parentce38200437e9ed527df973794909b2699909bc9b (diff)
docs: changelog for v7.11.2
-rw-r--r--CHANGELOG.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d316c6760..ce79e9368 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,33 @@
+## v7.11.2 (2021-04-29)
+
+### BUG FIXES
+
+* [`c371f183e`](https://github.com/npm/cli/commit/c371f183ebe833c2439e98b679f14e7a59f22c34)
+ [#3137](https://github.com/npm/cli/issues/3137)
+ [#3140](https://github.com/npm/cli/issues/3140)
+ fix(ls): do not warn on missing optional deps
+ ([@isaacs](https://github.com/isaacs))
+* [`861f606c7`](https://github.com/npm/cli/commit/861f606c7609d177c644814a171581afbb72f6db)
+ [#3156](https://github.com/npm/cli/issues/3156)
+ fix(build): make prune rule work on case-sensitive file systems
+ ([@lpinca](https://github.com/lpinca))
+
+### DEPENDENCIES
+
+* [`fb79d89a0`](https://github.com/npm/cli/commit/fb79d89a07ef03e76633db275463f701d3dae42f)
+ `tap@15.0.6`
+* [`ce3820043`](https://github.com/npm/cli/commit/ce38200437e9ed527df973794909b2699909bc9b)
+ `@npmcli/arborist@2.4.1`
+ * fix: prevent and eliminate unnecessary duplicates
+ * fix: support resolvable partial intersecting peerSets
+
+### DOCUMENTATION
+
+* [`e479f1dac`](https://github.com/npm/cli/commit/e479f1dac9a7639304d20116583034861635b2b1)
+ [#3146](https://github.com/npm/cli/issues/3146)
+ mention `directories.bin` in `bin`
+ ([@felipecrs](https://github.com/felipecrs))
+
## v7.11.1 (2021-04-23)
### DEPENDENCIES