|
| 1 | +## v8.3.0 (2021-12-09) |
| 2 | + |
| 3 | +### Features |
| 4 | + |
| 5 | +* [`4b0c29a7c`](https://github.com/npm/cli/commit/4b0c29a7c5860410c7b453bec389c54cb21dbde3) |
| 6 | + [#4116](https://github.com/npm/cli/issues/4116) |
| 7 | + |
| 8 | + * introduces overrides |
| 9 | + ([@nlf](https://github.com/nlf)) |
| 10 | +* [`166d9e144`](https://github.com/npm/cli/commit/166d9e144b38087ee5e7d8aaf6ec7d602cf2957c) |
| 11 | + [npm/statusboard#416](https://github.com/npm/statusboard/issues/416) |
| 12 | + [#4143](https://github.com/npm/cli/issues/4143) |
| 13 | + feat: output configured registry during publish |
| 14 | + ([@lukekarrys](https://github.com/lukekarrys)) |
| 15 | +* [`71777be17`](https://github.com/npm/cli/commit/71777be17e57179d203cb9162664ecd0c36ca633) |
| 16 | + [npm/statusboard#417](https://github.com/npm/statusboard/issues/417) |
| 17 | + [#4146](https://github.com/npm/cli/issues/4146) |
| 18 | + feat: display `publishConfig` during `config list` |
| 19 | + ([@lukekarrys](https://github.com/lukekarrys)) |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | + |
| 23 | +* [`08c663931`](https://github.com/npm/cli/commit/08c663931ec1f56d777ffdb38f94926b9eac13ef) |
| 24 | + [#4128](https://github.com/npm/cli/issues/4128) |
| 25 | + [#4134](https://github.com/npm/cli/issues/4134) |
| 26 | + fix: dont warn on error cleaning individual log files |
| 27 | + ([@lukekarrys](https://github.com/lukekarrys)) |
| 28 | +* [`e605b128c`](https://github.com/npm/cli/commit/e605b128c87620aae843cdbd8f35cc614da3f8a2) |
| 29 | + [#4142](https://github.com/npm/cli/issues/4142) |
| 30 | + fix: redact all private keys from config output |
| 31 | + ([@lukekarrys](https://github.com/lukekarrys)) |
| 32 | + |
| 33 | +### Documentation |
| 34 | + |
| 35 | +* [`db1885d7f`](https://github.com/npm/cli/commit/db1885d7fec012f018093c76dec5a9c01a0ca2b0) |
| 36 | + [#4092](https://github.com/npm/cli/issues/4092) |
| 37 | + chore(docs): document overrides |
| 38 | + ([@nlf](https://github.com/nlf)) |
| 39 | + |
| 40 | +### Dependencies |
| 41 | + |
| 42 | +* [`e1da1fa4b`](https://github.com/npm/cli/commit/e1da1fa4ba7d95616928d2192b5b9db09b3120bc) |
| 43 | + [#4141](https://github.com/npm/cli/issues/4141) |
| 44 | + |
| 45 | + * Fixes object property assignment bug in resolving package-locks with |
| 46 | + conflicts |
| 47 | +* [`1d8bec566`](https://github.com/npm/cli/commit/1d8bec566cb08ff5ff220f53083323fa8c3fb72e) |
| 48 | + [#4144](https://github.com/npm/cli/issues/4144) |
| 49 | + [#3884](https://github.com/npm/cli/issues/3884) |
| 50 | + |
| 51 | + * fixes some TAR_ENTRY_INVALID and Z_DATA_ERROR errors |
| 52 | + |
1 | 53 | ## v8.2.0 (2021-12-02)
|
2 | 54 |
|
3 | 55 | ### Features
|
|
0 commit comments