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>2021-02-22 23:41:17 +0300
committerisaacs <i@izs.me>2021-02-22 23:41:17 +0300
commitcd90669ad3f93bcce458b1240317f8fd6231c685 (patch)
tree97766f4661f0c235dc601a5739ab93f734834016 /CHANGELOG.md
parent9b311fe522077c7f8a242b94b0e1dbe746992bef (diff)
docs: changelog for 7.5.6
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c249e90e..9e76a0747 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,29 @@
+## v7.5.6 (2021-02-22
+
+### BUG FIXES
+
+* [`4e58274ed`](https://github.com/npm/cli/commit/4e58274ed0fd2dd29d3c8d6c7c47f37a37dc0f0f)
+ [#2742](https://github.com/npm/cli/issues/2742)
+ Do not print error banner for shell proxy commands
+ ([@isaacs](https://github.com/isaacs))
+
+### DOCS
+
+* [`3c72ab441`](https://github.com/npm/cli/commit/3c72ab4412111c708736e3a7b8342150372a4af4)
+ [#2749](https://github.com/npm/cli/issues/2749)
+ Capitalize Package in a Heading
+ ([@MrBrain295](https://github.com/MrBrain295))
+
+### DEPENDENCIES
+
+* [`f3ae6ed0d`](https://github.com/npm/cli/commit/f3ae6ed0d25ce80868f59353ef71c09ac77b1cf5)
+ `read-package-json@3.0.1`, `read-package-json-fast@2.0.2`
+* [`9b311fe52`](https://github.com/npm/cli/commit/9b311fe522077c7f8a242b94b0e1dbe746992bef)
+ [#2736](https://github.com/npm/cli/issue/2736) `@npmcli/arborist@2.2.4`:
+ * Do not rely on underscore fields in `package.json` files
+ * Do not remove global packages when updating by name
+ * Keep `yarn.lock` and `package-lock.json` more in sync
+
## v7.5.5 (2021-02-22)
### BUG FIXES