-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,62 @@ | ||
## 7.2.0 (2020-12-15) | ||
|
||
### FEATURES | ||
|
||
* [`a9c4b158c`](https://github.com/npm/cli/commit/a9c4b158c46dd0d0c8d8744a97750ffd0c30cc09) | ||
[#2342](https://github.com/npm/cli/issues/2342) | ||
allow npm rebuild to accept a path to a module | ||
([@nlf](https://github.com/nlf)) | ||
|
||
### DEPENDENCIES | ||
|
||
* [`beb371800`](https://github.com/npm/cli/commit/beb371800292140bf3882253c447168a378bc154) | ||
[#2334](https://github.com/npm/cli/issues/2334) | ||
remove unused top level dep tough-cookie | ||
([@darcyclarke](https://github.com/darcyclarke)) | ||
* [`d45e181d1`](https://github.com/npm/cli/commit/d45e181d17dd88d82b3a97f8d9cd5fa5b6230e48) | ||
[#2335](https://github.com/npm/cli/issues/2335) | ||
`[email protected]`, `@npmcli/[email protected]` | ||
([@isaacs](https://github.com/isaacs)) | ||
* [`ef4b18b5a`](https://github.com/npm/cli/commit/ef4b18b5a70381b264d234817cff32eeb6848a73) | ||
[#2309](https://github.com/npm/cli/issues/2309) | ||
`@npmcli/[email protected]` | ||
* properly remove deps when no lockfile and package.json is present | ||
* [`c6c013e6e`](https://github.com/npm/cli/commit/c6c013e6ebc4fe036695db1fd491eb68f3b57c68) | ||
`[email protected]` | ||
* [`a1a2134aa`](https://github.com/npm/cli/commit/a1a2134aa9a1092493db6d6c9a729ff5203f0dd4) | ||
remove unused sorted-object dep | ||
([@nlf](https://github.com/nlf)) | ||
* [`85c2a2d31`](https://github.com/npm/cli/commit/85c2a2d318ae066fb2c161174f5aea97e18bc9c5) | ||
[#2344](https://github.com/npm/cli/issues/2344) | ||
remove editor dependency | ||
([@nlf](https://github.com/nlf)) | ||
|
||
### TESTING | ||
|
||
* [`3a6dd511c`](https://github.com/npm/cli/commit/3a6dd511c944c5f2699825a99bba1dde333a45ef) | ||
npm edit | ||
([@nlf](https://github.com/nlf)) | ||
* [`3ba5de4e7`](https://github.com/npm/cli/commit/3ba5de4e7f6c5c0f995a29844926d6ed2833addd) | ||
[#2347](https://github.com/npm/cli/issues/2347) | ||
npm help-search | ||
([@nlf](https://github.com/nlf)) | ||
* [`6caf19f49`](https://github.com/npm/cli/commit/6caf19f491e144be3e2a1a50f492dad48b01f361) | ||
[#2348](https://github.com/npm/cli/issues/2348) | ||
npm help | ||
([@nlf](https://github.com/nlf)) | ||
* [`cb5847e32`](https://github.com/npm/cli/commit/cb5847e3203c52062485b5de68e4f6d29b33c361) | ||
[#2349](https://github.com/npm/cli/issues/2349) | ||
npm hook | ||
([@nlf](https://github.com/nlf)) | ||
* [`996a2f6b1`](https://github.com/npm/cli/commit/996a2f6b130d6678998a2f6a5ec97d75534d5f66) | ||
[#2353](https://github.com/npm/cli/issues/2353) | ||
npm org | ||
([@nlf](https://github.com/nlf)) | ||
* [`8c67c38a4`](https://github.com/npm/cli/commit/8c67c38a4f476ff5be938db6b6b3ee9ac6b44db5) | ||
[#2354](https://github.com/npm/cli/issues/2354) | ||
npm set | ||
([@nlf](https://github.com/nlf)) | ||
|
||
## 7.1.2 (2020-12-11) | ||
|
||
### DEPENDENCIES | ||
|