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-25 00:11:22 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2021-03-25 00:11:22 +0300
commit059ecace8f15ebdf0247339345e80118f0b93b31 (patch)
tree7cf673bea1c2c35f01afe971fa7d10d1b614bd97
parentda87f21a4b69f769892d57ed332ab6e423f9f45d (diff)
docs: changelog for v7.7.4
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e69e0621a..8bec00e87 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## v7.7.4 (2021-03-24)
+
+### BUG FIXES
+
+* [`200bee74b`](https://github.com/npm/cli/commit/200bee74b31a738687446b7b535cac67b1c582fd)
+ [#2951](https://github.com/npm/cli/issues/2951)
+ fix(config): accept explicit `production=false`
+ ([@wraithgar](https://github.com/wraithgar))
+* [`7b45e9df6`](https://github.com/npm/cli/commit/7b45e9df6102c7bd6e403d1fdc9939581c38f546)
+ [#2950](https://github.com/npm/cli/issues/2950)
+ warn if using workspaces config options in `npm config`
+ ([@ruyadorno](https://github.com/ruyadorno))
+
## v7.7.3 (2021-03-24)
### BUG FIXES