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-10-21 22:09:00 +0300
committerGar <gar+gh@danger.computer>2021-10-21 22:09:00 +0300
commit65d4100c227e028246c4cab3554ffbbf9b9c44b9 (patch)
treefae8952d9f92f6f2b5c3968174af6082a8ac6b6b
parent51fb83ce93fdd7e289da7b2aabc95b0518f0aa31 (diff)
docs: changelog for v8.1.1
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4fa979843..502b683ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## v8.1.1 (2021-10-21)
+
+### DEPENDENCIES
+
+* [`51fb83ce9`](https://github.com/npm/cli/commit/51fb83ce93fdd7e289da7b2aabc95b0518f0aa31)
+ [#3921](https://github.com/npm/cli/issues/3921)
+ `@npmcli/arborist@4.0.2`:
+ * fix: skip peer conflict check if there is a current node
+* [`1d07f2187`](https://github.com/npm/cli/commit/1d07f21876994c6d4d69559203cfdac6022536b6)
+ [#3913](https://github.com/npm/cli/issues/3913)
+ `node-gyp@8.3.0`:
+ * feat(gyp): update gyp to v0.10.0
+
## v8.1.0 (2021-10-14)
### FEATURES