Skip to content

Commit 334e7e2

Browse files
committed
docs: changelog for 7.5.1
1 parent 8c5ca2f commit 334e7e2

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
## v7.5.1 (2021-02-01
2+
3+
### BUG FIXES
4+
5+
* [`0ea134e41`](https://github.com/npm/cli/commit/0ea134e4190f322138299c51672eab5387ec41bb)
6+
[#2587](https://github.com/npm/cli/issues/2587)
7+
pass all settings through to pacote.packument, fixes #2060
8+
([@nlf](https://github.com/nlf))
9+
* [`8c5ca2f51`](https://github.com/npm/cli/commit/8c5ca2f516f5ac87f3bbd7f1fd95c0b283a21f14)
10+
Add test for npm-usage.js, and fix 'npm --long' output
11+
([@isaacs](https://github.com/isaacs))
12+
13+
### DEPENDENCIES
14+
15+
* [`7e4e88e93`](https://github.com/npm/cli/commit/7e4e88e938323e34a2a41176472d8e43e84bd4dd)
16+
17+
* Properly raise ERESOLVE errors on root dev dependencies
18+
* Ignore ERESOLVE errors when performing git dep 'prepare' scripts
19+
* Always reinstall packages that are explicitly requested
20+
* fix global update all so it actually updates things
21+
* Install bins properly when global root is a link
22+
([@isaacs](https://github.com/isaacs))
23+
24+
### DOCUMENTATION
25+
26+
* [`23dac2fef`](https://github.com/npm/cli/commit/23dac2feff1d02193791c7e39d9e93bc9bf8e624)
27+
[#2557](https://github.com/npm/cli/issues/2557)
28+
npm team revamp
29+
([@ruyadorno](https://github.com/ruyadorno))
30+
* [`dd05ba0c0`](https://github.com/npm/cli/commit/dd05ba0c0b2f4c70eb8558c0ecc54889efbe98f5)
31+
[#2572](https://github.com/npm/cli/issues/2572)
32+
add note about `--force` overriding peer dependencies
33+
([@isaacs](https://github.com/isaacs))
34+
* [`e27639780`](https://github.com/npm/cli/commit/e276397809aceb01cc468e02a83bc6f2265376d9)
35+
[#2584](https://github.com/npm/cli/issues/2584)
36+
Fixed the spelling of contributor as it was written as conributor
37+
([@pavanbellamkonda](https://github.com/pavanbellamkonda))
38+
* [`13a5e3178`](https://github.com/npm/cli/commit/13a5e31781cdaa37d3f007e1c8583c7cb591c62a)
39+
[#2502](https://github.com/npm/cli/issues/2502)
40+
elaborate that npm help uses browser
41+
([@ariccio](https://github.com/ariccio))
42+
143
## v7.5.0 (2021-01-28)
244

345
### FEATURES

0 commit comments

Comments
 (0)