CLI documentation update from CI

npm CLI robot committed Mar 15, 2023 at 17:28 UTC 4ef6faec8e3464a56c4f07319718ae2130f0537d
4 files changed +15 -3
content/cli/v9/commands/npm-ls.md
+1 -1
@@ -58,7 +58,7 @@ packages will *also* show the paths to the specified packages. For
58 example, running `npm ls promzard` in npm's source tree will show:
59
60 ```bash
61 -npm@9.6.1 /path/to/npm
61 +npm@9.6.2 /path/to/npm
62 └─┬ init-package-json@0.0.4
63 └── promzard@0.1.5
64 ```
content/cli/v9/commands/npm.md
+1 -1
@@ -31,7 +31,7 @@ Note: This command is unaware of workspaces.
31
32 ### Version
33
34 -9.6.1
34 +9.6.2
35
36 ### Description
37
content/cli/v9/using-npm/changelog.md
+12
@@ -17,6 +17,18 @@ redirect_from:
17
18 # Changelog
19
20 +## [9.6.2](https://github.com/npm/cli/compare/v9.6.1...v9.6.2) (2023-03-14)
21 +
22 +### Bug Fixes
23 +
24 +* [`4622b42`](https://github.com/npm/cli/commit/4622b425751bc6e3eebb9abfa5fc3fbf94890e34) [#6247](https://github.com/npm/cli/pull/6247) add provenance publish notice (#6247) (@bdehamer)
25 +
26 +### Dependencies
27 +
28 +* [`434b461`](https://github.com/npm/cli/commit/434b461e4c15513817eaec6acfe82c7814789c85) [#6255](https://github.com/npm/cli/pull/6255) `sigstore@1.1.1` (#6255)
29 +* [Workspace](https://github.com/npm/cli/releases/tag/config-v6.1.4): `@npmcli/config@6.1.4`
30 +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.1.2): `libnpmpublish@7.1.2`
31 +
32 ## [9.6.1](https://github.com/npm/cli/compare/v9.6.0...v9.6.1) (2023-03-08)
33
34 ### Bug Fixes
src/theme/nav.yml
+1 -1
@@ -1053,7 +1053,7 @@
1053 - title: Changelog
1054 url: /cli/v8/using-npm/changelog
1055 description: Changelog notes for each version
1056 - - title: Version 9.6.1 (Latest Release)
1056 + - title: Version 9.6.2 (Latest Release)
1057 shortName: v9
1058 url: /cli/v9
1059 default: true