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-03-09 22:19:15 +0300
committerGar <gar+gh@danger.computer>2021-03-09 22:19:15 +0300
commit30d3e07775877e6edf42842de34de4ad61ba429b (patch)
tree6ab9a03de357f89d74d4c20f470df9bfa5ace789 /CHANGELOG.md
parente0a3a5218cac7ca5850930aaaad8a939ddf75d4d (diff)
docs: changelog for v7.6.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc9f3ff1e..02276d90d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,33 @@
+## v7.6.2 (2021-03-09)
+
+### BUG FIXES
+
+* [`e0a3a5218`](https://github.com/npm/cli/commit/e0a3a5218cac7ca5850930aaaad8a939ddf75d4d)
+ [#2831](https://github.com/npm/cli/issues/2831)
+ Fix cb() never called in search with --json option
+ ([@fraqe](https://github.com/fraqe))
+* [`85a8694dd`](https://github.com/npm/cli/commit/85a8694dd9b4a924a474ba75261914511a216868)
+ [#2795](https://github.com/npm/cli/issues/2795)
+ fix(npm.output): make output go through npm.output
+ ([@wraithgar](https://github.com/wraithgar))
+* [`9fe0df5b5`](https://github.com/npm/cli/commit/9fe0df5b5d7606e5841288d9931be6c04767c9ca)
+ [#2821](https://github.com/npm/cli/issues/2821)
+ fix(usage): clean up usage declarations
+ ([@wraithgar](https://github.com/wraithgar))
+
+### DEPENDENCIES
+
+* [`7f470b5c2`](https://github.com/npm/cli/commit/7f470b5c25d544e36d97b28e28ae20dfa1d4ab31)
+ `@npmcli/arborist@2.2.7`
+ * fix(install): Do not revert a file: dep to version on bare name re-install
+* [`e9b7fc275`](https://github.com/npm/cli/commit/e9b7fc275a0bdf8f00dbcf5dd2283675776fc459)
+ `libnpmdiff@2.0.4`
+ * fix(diff): Gracefully handle packages with prepare script
+* [`c7314aa62`](https://github.com/npm/cli/commit/c7314aa62195b7f0d8886776692e8a2c892413ed)
+ `byte-size@7.0.1`
+* [`864f48d43`](https://github.com/npm/cli/commit/864f48d4327269f521161cf89888ea2b6db5fdab)
+ `pacote@11.3.0`
+
## v7.6.1 (2021-03-04)
### BUG FIXES