|
| 1 | +## 7.3.0 (2020-12-18) |
| 2 | + |
| 3 | +### FEATURES |
| 4 | + |
| 5 | +* [`a9b8bf263`](https://github.com/npm/cli/commit/a9b8bf2634c627fbb16ca3a6bb2c2f1058c3e586) |
| 6 | + [#2362](https://github.com/npm/cli/issues/2362) |
| 7 | + Support multiple set/get/deletes in npm config |
| 8 | + ([@isaacs](https://github.com/isaacs)) |
| 9 | + |
| 10 | +### BUG FIXES |
| 11 | + |
| 12 | +* [`9eef63849`](https://github.com/npm/cli/commit/9eef638499c88689acb00d812c10f0407cb95c08) |
| 13 | + Pass full set of options to login helper functions. |
| 14 | + This fixes `npm login --no-strict-ssl`, as well as a host of other |
| 15 | + options that one might want to set while logging in. |
| 16 | + Reported by: [@toddself](https://github.com/toddself) |
| 17 | + ([@isaacs](https://github.com/isaacs)) |
| 18 | +* [`628a554bc`](https://github.com/npm/cli/commit/628a554bc113e4e115d34778bfe8a77cfad1d933) |
| 19 | + [#2358](https://github.com/npm/cli/issues/2358) |
| 20 | + fix doctor test to work correctly for node pre-release versions |
| 21 | + ([@nlf](https://github.com/nlf)) |
| 22 | +* [`be4a0900b`](https://github.com/npm/cli/commit/be4a0900b14b2c6315bf62bed8f5affb648215ae) |
| 23 | + [#2360](https://github.com/npm/cli/issues/2360) |
| 24 | + raise an error early if publishing without login, registry |
| 25 | + ([@isaacs](https://github.com/isaacs)) |
| 26 | +* [`44d433105`](https://github.com/npm/cli/commit/44d4331058c53909ada62470b23b2185102b2128) |
| 27 | + [#2366](https://github.com/npm/cli/issues/2366) |
| 28 | + Include prerelease versions when deprecating |
| 29 | + ([@tiegz](https://github.com/tiegz)) |
| 30 | +* [`cba3341da`](https://github.com/npm/cli/commit/cba3341dae4c92541049dc976e82e2ba19566e95) |
| 31 | + [#2373](https://github.com/npm/cli/issues/2373) |
| 32 | + npm profile refactor |
| 33 | + ([@ruyadorno](https://github.com/ruyadorno)) |
| 34 | +* [`7539504e3`](https://github.com/npm/cli/commit/7539504e3abdec28039a7798e5ccb745b536cb6e) |
| 35 | + [#2382](https://github.com/npm/cli/issues/2382) |
| 36 | + remove the metrics sender |
| 37 | + ([@nlf](https://github.com/nlf)) |
| 38 | + |
| 39 | +### DOCS |
| 40 | + |
| 41 | +* [`b98569a8c`](https://github.com/npm/cli/commit/b98569a8ca28dbd611fe84492aee996e2e567b55) |
| 42 | + add note about `INIT_CWD` to run-script doc |
| 43 | +* [`292929279`](https://github.com/npm/cli/commit/292929279854a06ca60ff737b574cbd6503ec5db) |
| 44 | + [#2368](https://github.com/npm/cli/issues/2368) |
| 45 | + Revert bug-reporting links to GH. |
| 46 | + Re: <https://blog.npmjs.org/post/188841555980/updates-to-community-docs-more> |
| 47 | + ([@tiegz](https://github.com/tiegz)) |
| 48 | +* [`f4560626f`](https://github.com/npm/cli/commit/f4560626f09dba4889d752f7f739aa5a5f3da741) |
| 49 | + update `ISSUE_TEMPLATE` with modern links |
| 50 | + ([@isaacs](https://github.com/isaacs)) |
| 51 | +* [`bc1c567ed`](https://github.com/npm/cli/commit/bc1c567ed3d853ed4f01d33a800eb453956de6ef) |
| 52 | + update npm command doc feature request links |
| 53 | + ([@isaacs](https://github.com/isaacs)) |
| 54 | +* [`0ad958fe1`](https://github.com/npm/cli/commit/0ad958fe1cb811699caca235f361c8328baac8c4) |
| 55 | + [#2381](https://github.com/npm/cli/issues/2381) |
| 56 | + (docs,test): assorted typo fixes |
| 57 | + ([@XhmikosR](https://github.com/XhmikosR)) |
| 58 | + |
| 59 | +### TESTING |
| 60 | + |
| 61 | +* [`a92d310b7`](https://github.com/npm/cli/commit/a92d310b7e9e4c48b08f52785c2e3a6d52a82ad7) |
| 62 | + [#2361](https://github.com/npm/cli/issues/2361) |
| 63 | + Add max-len to lint rules |
| 64 | + ([@Edu93Jer](https://github.com/Edu93Jer)) |
| 65 | + |
| 66 | +### DEPENDENCIES |
| 67 | + |
| 68 | +* [`4fc2f3e05`](https://github.com/npm/cli/commit/4fc2f3e05b600aa64fe5eb6b8b77bc070e5a9403) |
| 69 | + [#2300](https://github.com/npm/cli/issues/2300) |
| 70 | + `@npmcli/config@1.2.8`: |
| 71 | + * Support setting email without username/password |
| 72 | + |
1 | 73 | ## 7.2.0 (2020-12-15)
|
2 | 74 |
|
3 | 75 | ### FEATURES
|
|
977 | 1049 | * fix package.json dependencies order
|
978 | 1050 | * [`49b2bf5a7`](https://github.com/npm/cli/commit/49b2bf5a798b49d52166744088a80b8a39ccaeb6)
|
979 | 1051 | `@npmcli/config@1.1.8`
|
980 |
| - * fix unkown envs to be passed through |
| 1052 | + * fix unknown envs to be passed through |
981 | 1053 | * fix setting correct globalPrefix on load
|
982 | 1054 | * [`f9aac351d`](https://github.com/npm/cli/commit/f9aac351dd36a19d14e1f951a2e8e20b41545822)
|
983 | 1055 | `libnpmversion@1.0.5`
|
|
0 commit comments