|
| 1 | +## v7.12.1 (2021-05-10) |
| 2 | + |
| 3 | +### BUG FIXES |
| 4 | + |
| 5 | +* [`de49f58f5`](https://github.com/npm/cli/commit/de49f58f55dc2ac3a5057cd492a43c32ae41381e) |
| 6 | + [#3216](https://github.com/npm/cli/issues/3216) |
| 7 | + fix(contributing): link to proper cli repo |
| 8 | + ([@mrmlnc](https://github.com/mrmlnc)) |
| 9 | +* [`1d092144e`](https://github.com/npm/cli/commit/1d092144eaaabff63ac8424b40b2286822be7677) |
| 10 | + [#3203](https://github.com/npm/cli/issues/3203) |
| 11 | + fix(packages): locale-agnostic string sorting |
| 12 | + ([@isaacs](https://github.com/isaacs)) |
| 13 | +* [`0696fca13`](https://github.com/npm/cli/commit/0696fca13d10726e04ca97ff50eef7bd7455a3ab) |
| 14 | + [#3209](https://github.com/npm/cli/issues/3209) |
| 15 | + fix(view): fix non-registry specs |
| 16 | + ([@wraithgar](https://github.com/wraithgar)) |
| 17 | +* [`71ac93597`](https://github.com/npm/cli/commit/71ac935976390e4fd05987ff510049f82bc6e2a9) |
| 18 | + [#3206](https://github.com/npm/cli/issues/3206) |
| 19 | + chore(github): Convert md issue template to yaml |
| 20 | + ([@lukehefson](https://github.com/lukehefson)) |
| 21 | +* [`6fb386d3b`](https://github.com/npm/cli/commit/6fb386d3bfbaa8e4771ff87a08de1f3aa6f9b34d) |
| 22 | + [#3201](https://github.com/npm/cli/issues/3201) |
| 23 | + fix(tests): increase test fuzziness |
| 24 | + ([@wraithgar](https://github.com/wraithgar)) |
| 25 | +* [`f3a662fcd`](https://github.com/npm/cli/commit/f3a662fcd869653f9753aef3d40cc96ed28ed509) |
| 26 | + [#3211](https://github.com/npm/cli/issues/3211) |
| 27 | + fix(tests): use config defaults |
| 28 | + ([@wraithgar](https://github.com/wraithgar)) |
| 29 | + |
| 30 | +### DEPENDENCIES |
| 31 | + |
| 32 | +* [`285976fd1`](https://github.com/npm/cli/commit/285976fd12f037f59da47307d98df7ebda5278d9) |
| 33 | + `@npmcli/arborist@2.4.4` |
| 34 | + * fix(reify): properly save spec if prerelease |
| 35 | +* [`f9f24d17c`](https://github.com/npm/cli/commit/f9f24d17c29c421de3c9b82c6b98a40268aeb920) |
| 36 | + `libnpmexec@1.1.1` |
| 37 | + * fix(add): Specify 'en' locale to String.localeCompare |
| 38 | +* [`cb9f17499`](https://github.com/npm/cli/commit/cb9f174996dbb4779a1be82890564f9abffb11f4) |
| 39 | + `glob@7.1.7` |
| 40 | + * force 'en' locale in string sorting |
| 41 | +* [`24b4e4a41`](https://github.com/npm/cli/commit/24b4e4a41b451db3de381fac6b719149db14c288) |
| 42 | + `ignore-walk@3.0.4` |
| 43 | + * Avoid locale-specific sorting issues |
| 44 | +* [`1eb7e5c7d`](https://github.com/npm/cli/commit/1eb7e5c7d466293b472c2506c64e5a89ec84ac2f) |
| 45 | + `@npmcli/arborist@2.4.3` |
| 46 | + * guard against locale-specific sorting |
| 47 | +* [`a6a826067`](https://github.com/npm/cli/commit/a6a826067cb46c711521772c2d0158257d54400a) |
| 48 | + `npm-packlist@2.2.2`: |
| 49 | + * fix(sort): avoid locale-dependent sorting issues |
| 50 | + |
| 51 | +## v7.12.0 (2021-05-06) |
| 52 | + |
| 53 | +### FEATURES |
| 54 | + |
| 55 | +* [`701627c51`](https://github.com/npm/cli/commit/701627c5169934e59da2959d76a49c77278cc9dc) |
| 56 | + [#3098](https://github.com/npm/cli/issues/3098) |
| 57 | + feat(cache): Allow `add` to accept multiple specs |
| 58 | + ([@mjsir911](https://github.com/mjsir911)) |
| 59 | +* [`59171f030`](https://github.com/npm/cli/commit/59171f0304f048a009f1697eec6f74f778bc52ff) |
| 60 | + [#3187](https://github.com/npm/cli/issues/3187) |
| 61 | + feat(config): add workspaces boolean to user-agent |
| 62 | + ([@nlf](https://github.com/nlf)) |
| 63 | + |
| 64 | +### BUG FIXES |
| 65 | + |
| 66 | +* [`2c9b8713c`](https://github.com/npm/cli/commit/2c9b8713c4c88fbd0c3c48eb0de84dbd7269398f) |
| 67 | + [#3182](https://github.com/npm/cli/issues/3182) |
| 68 | + fix(docs): fix broken links |
| 69 | + ([@wangsai](https://github.com/wangsai)) |
| 70 | +* [`88cbc8c44`](https://github.com/npm/cli/commit/88cbc8c447cbaef20b5a8f19246211ce4918f4d8) |
| 71 | + [#3198](https://github.com/npm/cli/issues/3198) |
| 72 | + fix(tests): reflect new libnpmexec logic |
| 73 | + |
| 74 | +### DEPENDENCIES |
| 75 | + |
| 76 | +* [`d01ce5e13`](https://github.com/npm/cli/commit/d01ce5e132cb4661698012fd5017753c2bdb660b) |
| 77 | + `libnpmexec@1.1.0`: |
| 78 | + * feat: add walk up dir lookup to satisfy local bins |
| 79 | +* [`81c1dfaaa`](https://github.com/npm/cli/commit/81c1dfaaaf918229316a975aa8075769ffafdb6d) |
| 80 | + `@npmcli/arborist@2.4.2`: |
| 81 | + * fix(add): save packages in the right place |
| 82 | + * fix(reify): do not clean up nodes with no parent |
| 83 | + * fix(audit): support alias specs & root package names |
| 84 | +* [`87c2303ea`](https://github.com/npm/cli/commit/87c2303eaa6edfa5309da0a30f5ad291b6d57640) |
| 85 | + `@npmcli/git@2.0.9`: |
| 86 | + * fix(clone): Do not allow git replacement objects by default |
| 87 | +* [`99ff40dff`](https://github.com/npm/cli/commit/99ff40dff5e5e55a5d5f045ba90e76c08174ca38) |
| 88 | + `npm-packlist@2.2.0`: |
| 89 | + * feat(npmignore): Do not force include history, changelogs, notice |
| 90 | + * fix(package.json): add missing bin/index.js to files |
| 91 | + |
1 | 92 | ## v7.11.2 (2021-04-29)
|
2 | 93 |
|
3 | 94 | ### BUG FIXES
|
|
76 | 167 | [#3126](https://github.com/npm/cli/issues/3126)
|
77 | 168 | fix(logout): use isBasicAuth attribute
|
78 | 169 | ([@wraithgar](https://github.com/wraithgar))
|
79 |
| -### DOCUMENTATION |
80 | 170 |
|
| 171 | +### DOCUMENTATION |
81 | 172 |
|
82 | 173 | * [`c93f1c39e`](https://github.com/npm/cli/commit/c93f1c39e326feff0857712a10ef6183fbafe1ab)
|
83 | 174 | [#3101](https://github.com/npm/cli/issues/3101)
|
|
89 | 180 | fix(usage): fix refs to ws shorthand
|
90 | 181 | ([@ruyadorno](https://github.com/ruyadorno))
|
91 | 182 |
|
92 |
| - |
93 | 183 | ### DEPENDENCIES
|
94 | 184 |
|
95 | 185 | * [`83166ebcc`](https://github.com/npm/cli/commit/83166ebcc4ba5e3bf215f08151437d96637f4f33)
|
|
0 commit comments