Skip to content

Commit

Permalink
CLI documentation update from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
npm-cli-bot committed Feb 2, 2023
1 parent 0863f89 commit 818602f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/cli/v9/commands/npm-ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```
Expand Down
2 changes: 1 addition & 1 deletion content/cli/v9/commands/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Note: This command is unaware of workspaces.

### Version

9.4.0
9.4.1

### Description

Expand Down
30 changes: 30 additions & 0 deletions content/cli/v9/using-npm/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/theme/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@
- title: Changelog
url: /cli/v8/using-npm/changelog
description: Changelog notes for each version
- title: Version 9.4.0 (Latest Release)
- title: Version 9.4.1 (Latest Release)
shortName: v9
url: /cli/v9
default: true
Expand Down

0 comments on commit 818602f

Please sign in to comment.