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:
authorRuy Adorno <ruyadorno@hotmail.com>2021-03-24 17:56:12 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2021-03-24 17:56:12 +0300
commit87fa877c179aa85a07a7bc2882657530b0fdf2db (patch)
treebcdd3dc38ff0e06354774b377631001272d75bd8 /CHANGELOG.md
parentdce4960ef6d52af128affe7755b2ca72de913b6c (diff)
docs: changelog for v7.7.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c11a44734..4fc9ceb4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## v7.7.1 (2021-03-24)
+
+### BUG FIXES
+
+* [`543b0e39b`](https://github.com/npm/cli/commit/543b0e39bcb94fc408804b01ca9c0d7b960b2681)
+ [#2930](https://github.com/npm/cli/issues/2930)
+ fix(uninstall): use correct local prefix
+ ([@jameschensmith](https://github.com/jameschensmith))
+* [`dce4960ef`](https://github.com/npm/cli/commit/dce4960ef6d52af128affe7755b2ca72de913b6c)
+ [#2932](https://github.com/npm/cli/issues/2932)
+ fix(config): flatten savePrefix properly
+ ([@wraithgar](https://github.com/wraithgar))
+
## v7.7.0 (2021-03-23)
### FEATURES