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:
authorGar <gar+gh@danger.computer>2021-07-29 18:54:35 +0300
committerGar <gar+gh@danger.computer>2021-07-29 18:54:35 +0300
commit29de07a303921fbf95a7ff6faec4a7097dc2c7fe (patch)
tree4d5772c4d6c8db770022b15ff7cb30b819c1501a /CHANGELOG.md
parent7db1a0a264cf67d2a2a3cdc71bbf09b36dc45075 (diff)
docs: changelog for v7.20.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12b48ff92..7f4f3c967 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,26 @@
-## V7.20.2 (2021-07-27)
+## v7.20.3 (2021-07-29)
+
+### BUG FIXES
+
+* [`66dc5f94d`](https://github.com/npm/cli/commit/66dc5f94dfb5bc99c715e075cde1ab9c1ec84a83)
+ [#3588](https://github.com/npm/cli/issues/3588)
+ update eresolve explanations for new arborist data provided
+* [`99575acab`](https://github.com/npm/cli/commit/99575acab5c93c03c59cb918c7916647b2c0be51)
+ [#3591](https://github.com/npm/cli/issues/3591)
+ fix(node_modules): remove duplicated file
+ ([@wraithgar](https://github.com/wraithgar))
+
+### DEPENDENCIES
+
+* [`97cb5ec31`](https://github.com/npm/cli/commit/97cb5ec312e151527ba2aab77ed0307917e1d845)
+ `@npmcli/arborist@2.8.0`:
+ * Refactor ideal tree building to handle more complicated
+ peerDependencies use cases.
+ * Do not modify ideal tree while checking if a peerSet can be placed.
+* [`7db1a0a26`](https://github.com/npm/cli/commit/7db1a0a264cf67d2a2a3cdc71bbf09b36dc45075)
+ chore(deps): `mime-types@1.49.0` `mime-db@1.49.0`
+
+## v7.20.2 (2021-07-27)
### DEPENDENCIES