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:
authorLuke Karrys <luke@lukekarrys.com>2021-09-02 22:46:59 +0300
committerLuke Karrys <luke@lukekarrys.com>2021-09-02 22:46:59 +0300
commitb0fe9e1c57b87dad113dfa291f0b2a07472a25e9 (patch)
treed846b8c14184c893e11a33ec476b68a49a30ca89 /CHANGELOG.md
parent876c755eb0dfc215123682f798b5fca415f7c7d9 (diff)
docs: changelog for v7.22.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d140cf556..2d9de01e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,32 @@
+## v7.22.0 (2021-09-02)
+
+### BUG FIXES
+* [`6f431fe23`](https://github.com/npm/cli/commit/6f431fe2325f77b4370f95848359a36fe7a011d1)
+ [#3690](https://github.com/npm/cli/issues/3690)
+ Fix one “see also” link
+ ([@tripu](https://github.com/tripu))
+
+### DEPENDENCIES
+* [`033e948c9`](https://github.com/npm/cli/commit/033e948c95b3455812e03a860ad1bd96a635e7eb)
+ `read-package-json@4.1.1`:
+ * feat: add types lookup
+ * fix(man): don't lose relative man path
+* [`1fa549db0`](https://github.com/npm/cli/commit/1fa549db0955b55fd680a658809a6d97be306b06)
+ `@npmcli/config@2.3.0`:
+ * feat: export npm_config_local_prefix and npm_config_global_prefix to the environment
+* [`e91578d10`](https://github.com/npm/cli/commit/e91578d10b1d5d930fec32e7070d975af4892140)
+ `minpass-fetch@1.4.1`:
+ * Made rejectUnauthorized depend on NODE_TLS_REJECT_UNAUTHORIZED
+* [`6125db545`](https://github.com/npm/cli/commit/6125db545315da0217fe7b05062fd0a504c9a45b)
+ `are-we-there-yet@1.1.6`
+* [`0dcda73b0`](https://github.com/npm/cli/commit/0dcda73b022083338c4cb755390a275757b9627b)
+ `string_decoder@1.3.0`
+* [`4b913417c`](https://github.com/npm/cli/commit/4b913417c4e30980505a02eec50810f895dd52d7)
+ `npmlog@5.0.1`
+* [`876c755eb`](https://github.com/npm/cli/commit/876c755eb0dfc215123682f798b5fca415f7c7d9)
+ `@npmcli/arborist@2.8.3`:
+ * fix: do not fail adding unresolvable optional dep
+
## v7.21.1 (2021-08-26)
### BUG FIXES