Skip to content

Commit b651001

Browse files
committed
docs: changelog for v8.1.3
1 parent 22230ef commit b651001

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## v8.1.3 (2021-11-04)
2+
3+
### BUG FIXES
4+
5+
* [`8ffeb71df`](https://github.com/npm/cli/commit/8ffeb71dfb248b4a76744bd06cd4d6100f17c8ae)
6+
[#3959](https://github.com/npm/cli/issues/3959)
7+
fix: refactor commands
8+
([@wraithgar](https://github.com/wraithgar))
9+
* [`e5bfdaca4`](https://github.com/npm/cli/commit/e5bfdaca455e294109ba026f4d8b5cc80d3dfd20)
10+
[#3978](https://github.com/npm/cli/issues/3978)
11+
fix: shrinkwrap setting incorrect lockfileVersion
12+
([@lukekarrys](https://github.com/lukekarrys))
13+
* [`32ccd3c27`](https://github.com/npm/cli/commit/32ccd3c2767a14198a1803f04e747ef848f7c938)
14+
[#3988](https://github.com/npm/cli/issues/3988)
15+
fix: remove usage of unnecessary util.promisify
16+
([@lukekarrys](https://github.com/lukekarrys))
17+
* [`1e9c31c4e`](https://github.com/npm/cli/commit/1e9c31c4e3929483580a0a554d7515095b5418ca)
18+
[#3994](https://github.com/npm/cli/issues/3994)
19+
fix: npm help on windows
20+
([@wraithgar](https://github.com/wraithgar))
21+
* [`22230ef3d`](https://github.com/npm/cli/commit/22230ef3dd590def31c274b3412106b4cfbd212f)
22+
[#3987](https://github.com/npm/cli/issues/3987)
23+
fix: make prefixed usage errors more consistent
24+
([@lukekarrys](https://github.com/lukekarrys))
25+
26+
### DEPENDENCIES
27+
28+
* [`ac2fabb86`](https://github.com/npm/cli/commit/ac2fabb8604db0dac852913d61c8415ae7464485)
29+
[#3990](https://github.com/npm/cli/issues/3990)
30+
31+
* fix: don't compare spec for local dep vs existing
32+
* fix: stop pruning peerSets when entryEdge is from a workspace
33+
* [`a0d35ff20`](https://github.com/npm/cli/commit/a0d35ff20aed6aab8508123eb540bc9c61fb127d)
34+
[#3996](https://github.com/npm/cli/issues/3996)
35+
`@npmcli/[email protected]`:
36+
* fix: dont load project configs in global mode
37+
138
## v8.1.2 (2021-10-28)
239

340
### BUG FIXES
@@ -20,7 +57,7 @@
2057
fix: set lockfileVersion from file during reset
2158
* [`d310bd3`](https://github.com/npm/arborist/commit/d310bd3290c3a81e8285ceeb6eda9c9b5aa867d7)
2259
[#339](https://github.com/npm/arborist/pull/339)
23-
fix: always set originalLockfileVersion when doing shrinkwrap reset
60+
fix: always set originalLockfileVersion when doing shrinkwrap reset
2461

2562
## v8.1.1 (2021-10-21)
2663

0 commit comments

Comments
 (0)