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:
authorNathan Fritz <fritzy@github.com>2022-02-18 00:16:14 +0300
committerNathan Fritz <fritzy@github.com>2022-02-18 00:16:14 +0300
commit2e01643c745f8e4cfc7def73e0abdec7b699940d (patch)
treeffd1774a860d7ff7da8df8f0ff80a6a1e6294e00 /CHANGELOG.md
parent1b7d7eff9bdd116088b0af7512512d2b28f0fe86 (diff)
docs: changelog for v8.5.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc2e2e1d0..88cf57687 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,40 @@
+## v8.5.1 (2022-02-17)
+
+### Dependencies
+
+* [`54cda9697`](https://github.com/npm/cli/commit/54cda9697b776fae807966097315c7b836623743)
+ [#4410](https://github.com/npm/cli/pull/4410)
+ fix(arborist): do not audit in offline mode
+ ([@mohd-akram](https://github.com/mohd-akram))
+* [`fb13bdaf1`](https://github.com/npm/cli/commit/fb13bdaf12dde3ef5685a77354e51a9cfa579879)
+ [#4403](https://github.com/npm/cli/pull/4403)
+ deps: `@npmcli/ci-detect@2.0.0`
+* [`702801002`](https://github.com/npm/cli/commit/702801002e99bf02dd4d6d1e447a5ab332d56c79)
+ [#4415](https://github.com/npm/cli/pull/4415)
+ deps: `make-fetch-happen@10.0.3`
+* [`88bab3540`](https://github.com/npm/cli/commit/88bab354097023c96c49e78d7ee54159f495bf73)
+ [#4416](https://github.com/npm/cli/pull/4416)
+ deps: `gauge@4.0.1`
+
+### Documentation
+
+* [`20378c67c`](https://github.com/npm/cli/commit/20378c67cd533db514dd2aec7828c6d119e9d6c7)
+ [#4423](https://github.com/npm/cli/pull/4423)
+ docs: update documentation for ping
+ ([@fhinkel](https://github.com/fhinkel))
+* [`408d2fc15`](https://github.com/npm/cli/commit/408d2fc150185ef66125f7d6bdb1c25edb71bba3)
+ [#4426](https://github.com/npm/cli/pull/4426)
+ docs: update workspaces guide for consistency
+ ([@bnb](https://github.com/bnb))
+* [`9275856eb`](https://github.com/npm/cli/commit/9275856eb75e7c394a3c7617c2b495aba35ee2de)
+ [#4424](https://github.com/npm/cli/pull/4424)
+ docs: update usage example for npm pkg
+ ([@manekinekko](https://github.com/manekinekko))
+* [`20c83fae7`](https://github.com/npm/cli/commit/20c83fae76ff4a051e4f6542a328f1c00cf071bb)
+ [#4428](https://github.com/npm/cli/pull/4428)
+ docs: update docs for npm install <folder>
+ ([@manekinekko](https://github.com/manekinekko))
+
## v8.5.0 (2022-02-10)
### Features