|
| 1 | +## v7.15.1 (2021-05-31) |
| 2 | + |
| 3 | +### BUG FIXES |
| 4 | + |
| 5 | +* [`598a17a26`](https://github.com/npm/cli/commit/598a17a2671c9e3bc204dddd6488169c9a72c6a1) |
| 6 | + [#3329](https://github.com/npm/cli/issues/3329) |
| 7 | + fix(libnpmexec): don't detach output from npm |
| 8 | + ([@wraithgar](https://github.com/wraithgar)) |
| 9 | + |
| 10 | +### DEPENDENCIES |
| 11 | + |
| 12 | +* [`c4fc03e9e`](https://github.com/npm/cli/commit/c4fc03e9eb3a6386e8feacb67c19f0a1578dfe38) |
| 13 | + |
| 14 | + * fixes reifying deps with mismatching version ranges between |
| 15 | + actual and virtual trees |
| 16 | +* [`9159fa62a`](https://github.com/npm/cli/commit/9159fa62a10dee09daef178fc7be161a02824004) |
| 17 | + |
| 18 | + |
| 19 | +## v7.15.0 (2021-05-27) |
| 20 | + |
| 21 | +### FEATURES |
| 22 | + |
| 23 | +* [`399ff8cbc`](https://github.com/npm/cli/commit/399ff8cbccd5198f637518ccafa86c43bab47a4a) |
| 24 | + [#3312](https://github.com/npm/cli/issues/3312) |
| 25 | + feat(link): add workspace support |
| 26 | + ([@isaacs](https://github.com/isaacs)) |
| 27 | + |
| 28 | +### BUG FIXES |
| 29 | + |
| 30 | +* [`46a9bcbcb`](https://github.com/npm/cli/commit/46a9bcbcb0bb2435dca6f45a61b8631f580c7f06) |
| 31 | + [#3282](https://github.com/npm/cli/issues/3282) |
| 32 | + fix(docs): proper postinstall script file name |
| 33 | + ([@KevinFCormier](https://github.com/KevinFCormier)) |
| 34 | +* [`83590d40f`](https://github.com/npm/cli/commit/83590d40f94347f21714dbd158b9ddcad9c82de9) |
| 35 | + [#3272](https://github.com/npm/cli/issues/3272) |
| 36 | + fix(ls): show relative paths from root |
| 37 | + ([@isaacs](https://github.com/isaacs)) |
| 38 | +* [`a574b518a`](https://github.com/npm/cli/commit/a574b518ae5b8f0664ed388cf1be6288d8c2e68d) |
| 39 | + [#3304](https://github.com/npm/cli/issues/3304) |
| 40 | + fix(completion): restore IFS even if `npm completion` returns error |
| 41 | + ([@NariyasuHeseri](https://github.com/NariyasuHeseri)) |
| 42 | +* [`554e8a5cd`](https://github.com/npm/cli/commit/554e8a5cd7034052a59a9ada31e4b8f73712211a) |
| 43 | + [#3311](https://github.com/npm/cli/issues/3311) |
| 44 | + set audit exit code properly |
| 45 | + ([@isaacs](https://github.com/isaacs)) |
| 46 | +* [`4a4fbe33c`](https://github.com/npm/cli/commit/4a4fbe33c51413adcd558b4af6f1e204b1b87e41) |
| 47 | + [#3268](https://github.com/npm/cli/issues/3268) |
| 48 | + [#3285](https://github.com/npm/cli/issues/3285) |
| 49 | + fix(publish): skip private workspaces |
| 50 | + ([@ruyadorno](https://github.com/ruyadorno)) |
| 51 | + |
| 52 | +### DOCUMENTATION |
| 53 | + |
| 54 | +* [`3c53d631f`](https://github.com/npm/cli/commit/3c53d631f557cf2484e2f6a6172c44e36aea4817) |
| 55 | + [#3307](https://github.com/npm/cli/issues/3307) |
| 56 | + fix(docs): typo in package-lock.json docs |
| 57 | + ([@rethab](https://github.com/rethab)) |
| 58 | +* [`96367f93f`](https://github.com/npm/cli/commit/96367f93f46c24494d084c8b8d34e4de9cd375da) |
| 59 | + rebuild npm-pack doc |
| 60 | + ([@isaacs](https://github.com/isaacs)) |
| 61 | +* [`64b13dd10`](https://github.com/npm/cli/commit/64b13dd1082b6ca7eac4e8e329bfdd8cd8daf157) |
| 62 | + [#3313](https://github.com/npm/cli/issues/3313) |
| 63 | + Drop stale Python 3<->node-gyp remark |
| 64 | + ([@spencerwilson](https://github.com/spencerwilson)) |
| 65 | + |
| 66 | +### DEPENDENCIES |
| 67 | + |
| 68 | +* [`7b56bfdf3`](https://github.com/npm/cli/commit/7b56bfdf3f2ac67a926fc7893b883a16b46eb3fd) |
| 69 | + |
| 70 | + * feat: allow fully deleting indices |
| 71 | + * feat: add a validateEntry option to compact |
| 72 | + * chore: lint |
| 73 | + * chore: use standard npm style release scripts |
| 74 | +* [`dbbc151a3`](https://github.com/npm/cli/commit/dbbc151a3bcf89e2627dc267063edd185ead1cb8) |
| 75 | + |
| 76 | + * fix(exit-code): account for null auditLevel default (#46) |
| 77 | +* [`5b2604507`](https://github.com/npm/cli/commit/5b26045076477d3d350f539e60adf48a80376fda) |
| 78 | + chore(package-lock): update devDependencies |
| 79 | + ([@Gar](https://github.com/Gar)) |
| 80 | + |
| 81 | +### AUTOMATION |
| 82 | + |
| 83 | +* [`3d5df0082`](https://github.com/npm/cli/commit/3d5df0082ae904dacdea8644286e8362d4a2ed50) |
| 84 | + [#3294](https://github.com/npm/cli/issues/3294) |
| 85 | + chore(ci): move node release PR workflow to cli repo |
| 86 | + ([@gimli01](https://github.com/gimli01)) |
| 87 | + |
1 | 88 | ## v7.14.0 (2021-05-20)
|
2 | 89 |
|
3 | 90 | ### FEATURES
|
|
0 commit comments