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-10-28 22:15:56 +0300
committerLuke Karrys <luke@lukekarrys.com>2021-10-28 22:15:56 +0300
commitee10604a4d1831444242e008671affc5b1f2e112 (patch)
tree5c937e0bd142da6e43a34d52b1b078333c293c8f /CHANGELOG.md
parent8af94726b098031c7c0cae7ed50cc4e2e3499181 (diff)
docs: changelog for v8.1.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 502b683ee..11a14fcf8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,27 @@
+## v8.1.2 (2021-10-28)
+
+### BUG FIXES
+
+* [`cb9f43551`](https://github.com/npm/cli/commit/cb9f43551f46bf27095cd7bd6c1885a441004cd2)
+ [#3949](https://github.com/npm/cli/issues/3949)
+ allow `--lockfile-version` config to be string and coerce to number ([@lukekarrys](https://github.com/lukekarrys))
+* [`070901d7a`](https://github.com/npm/cli/commit/070901d7a6e3110a04ef41d8fcf14ffbfcce1496)
+ [#3943](https://github.com/npm/cli/issues/3943)
+ fix(publish): clean args before logging
+ ([@wraithgar](https://github.com/wraithgar))
+
+### DEPENDENCIES
+
+* [`8af94726b`](https://github.com/npm/cli/commit/8af94726b098031c7c0cae7ed50cc4e2e3499181)
+ [#3953](https://github.com/npm/cli/issues/3953)
+ `arborist@4.0.3`
+ * [`38cee94`](https://github.com/npm/arborist/commit/38cee94afa53d578830cc282348a803a8a6eefad)
+ [#340](https://github.com/npm/arborist/pull/340)
+ fix: set lockfileVersion from file during reset
+ * [`d310bd3`](https://github.com/npm/arborist/commit/d310bd3290c3a81e8285ceeb6eda9c9b5aa867d7)
+ [#339](https://github.com/npm/arborist/pull/339)
+ fix: always set originalLockfileVersion when doing shrinkwrap reset
+
## v8.1.1 (2021-10-21)
### DEPENDENCIES