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>2020-11-10 22:31:07 +0300
committerisaacs <i@izs.me>2020-11-10 22:31:07 +0300
commit0149928911253f6d58befcfd9295212f882a3ffc (patch)
treea3fa27799f5c189ad9cd0c6e4169e3dbcf6e011d /CHANGELOG.md
parent04a3e8c10c3f38e1c7a35976d77c2929bdc39868 (diff)
docs: changelog for v7.0.10
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e300dcff..7379a11b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,27 @@
+## 7.0.10 (2020-11-10)
+
+### DOCUMENTATION
+
+* [`e48badb03`](https://github.com/npm/cli/commit/e48badb03058286a557584d7319db4143049cc6b)
+ [#2148](https://github.com/npm/cli/issues/2148)
+ Fix link in documentation
+ ([@gurdiga](https://github.com/gurdiga))
+
+### BUG FIXES
+
+* [`8edbbdc70`](https://github.com/npm/cli/commit/8edbbdc706694fa32f52d0991c76ae9f207b7bbc)
+ [#1972](https://github.com/npm/cli/issues/1972)
+ Support exec auto pick bin when all bin is alias
+ ([@dr-js](https://github.com/dr-js))
+
+### DEPENDENCIES
+
+* [`04a3e8c10`](https://github.com/npm/cli/commit/04a3e8c10c3f38e1c7a35976d77c2929bdc39868)
+ [#1962](https://github.com/npm/cli/issues/1962)
+ `@npmcli/arborist@1.0.10`:
+ * prevent self-assignment of parent/fsParent
+ * Support update options in global package space
+
## 7.0.9 (2020-11-06)
### BUG FIXES