forked from npm/documentation
-
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
1 parent
0863f89
commit 818602f
Showing
4 changed files
with
33 additions
and
3 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 |
---|---|---|
|
@@ -58,7 +58,7 @@ packages will *also* show the paths to the specified packages. For | |
example, running `npm ls promzard` in npm's source tree will show: | ||
|
||
```bash | ||
[email protected].0 /path/to/npm | ||
[email protected].1 /path/to/npm | ||
└─┬ [email protected] | ||
└── [email protected] | ||
``` | ||
|
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ Note: This command is unaware of workspaces. | |
|
||
### Version | ||
|
||
9.4.0 | ||
9.4.1 | ||
|
||
### Description | ||
|
||
|
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 |
---|---|---|
|
@@ -17,6 +17,36 @@ redirect_from: | |
|
||
# Changelog | ||
|
||
## [9.4.1](https://github.com/npm/cli/compare/v9.4.0...v9.4.1) (2023-02-01) | ||
|
||
### Bug Fixes | ||
|
||
* [`1525a5e`](https://github.com/npm/cli/commit/1525a5e7fba4c996ac3bed5fdb75da275c537da8) [#6082](https://github.com/npm/cli/pull/6082) unpublish with scoped registry (@wraithgar) | ||
|
||
### Dependencies | ||
|
||
* [`721fe3f`](https://github.com/npm/cli/commit/721fe3fac383d714aa7fd7285b4392619903b1e7) [#6118](https://github.com/npm/cli/pull/6118) `[email protected]` | ||
* [`6e4a649`](https://github.com/npm/cli/commit/6e4a64976dc9a359b97413cd725e93caa1f0fc28) `[email protected]` | ||
* [`1820afe`](https://github.com/npm/cli/commit/1820afe4b34909b8702da69032dde9d3ecdbb447) `[email protected]` | ||
* [`24b2ec4`](https://github.com/npm/cli/commit/24b2ec4e156f98ef80ed5ac8751d35a32ad1251a) `@npmcli/[email protected]` | ||
* [`4b8046e`](https://github.com/npm/cli/commit/4b8046e680d5907d2df71d6d3775b66e0bea7ed2) `@npmcli/[email protected]` | ||
* [`1d4be7a`](https://github.com/npm/cli/commit/1d4be7a5457fd0081696e29f8382645873cf13d9) `@npmcli/[email protected]` | ||
* [`a39556f`](https://github.com/npm/cli/commit/a39556f1cff4526dcbcb7b65cdd86a1ba092e13e) `@npmcli/[email protected]` | ||
* [`64b06ed`](https://github.com/npm/cli/commit/64b06ed21fc165e413b3e6f1ae5a236350e5bfaf) [#6115](https://github.com/npm/cli/pull/6115) `[email protected]` | ||
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.1): `@npmcli/[email protected]` | ||
* [Workspace](https://github.com/npm/cli/releases/tag/config-v6.1.2): `@npmcli/[email protected]` | ||
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v7.0.2): `[email protected]` | ||
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.9): `[email protected]` | ||
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.9): `[email protected]` | ||
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.9): `[email protected]` | ||
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmhook-v9.0.2): `[email protected]` | ||
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v5.0.2): `[email protected]` | ||
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.9): `[email protected]` | ||
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.0.7): `[email protected]` | ||
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v6.0.2): `[email protected]` | ||
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v5.0.2): `[email protected]` | ||
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v4.0.2): `[email protected]` | ||
|
||
## [9.4.0](https://github.com/npm/cli/compare/v9.3.1...v9.4.0) (2023-01-25) | ||
|
||
### Features | ||
|
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