From f8069dd5343aafd12550259f6c6ead0234141473 Mon Sep 17 00:00:00 2001 From: npm CLI robot Date: Wed, 8 Mar 2023 19:18:41 +0000 Subject: [PATCH] CLI documentation update from CI --- content/cli/v9/commands/npm-ls.md | 2 +- content/cli/v9/commands/npm.md | 2 +- content/cli/v9/using-npm/changelog.md | 18 ++++++++++++++++++ src/theme/nav.yml | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/content/cli/v9/commands/npm-ls.md b/content/cli/v9/commands/npm-ls.md index 27449b3ea5e..93644e7d155 100644 --- a/content/cli/v9/commands/npm-ls.md +++ b/content/cli/v9/commands/npm-ls.md @@ -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 -npm@9.6.0 /path/to/npm +npm@9.6.1 /path/to/npm └─┬ init-package-json@0.0.4 └── promzard@0.1.5 ``` diff --git a/content/cli/v9/commands/npm.md b/content/cli/v9/commands/npm.md index 2b6caec6955..a36796e9deb 100644 --- a/content/cli/v9/commands/npm.md +++ b/content/cli/v9/commands/npm.md @@ -31,7 +31,7 @@ Note: This command is unaware of workspaces. ### Version -9.6.0 +9.6.1 ### Description diff --git a/content/cli/v9/using-npm/changelog.md b/content/cli/v9/using-npm/changelog.md index bf91e9468c1..596c0381bab 100644 --- a/content/cli/v9/using-npm/changelog.md +++ b/content/cli/v9/using-npm/changelog.md @@ -17,6 +17,24 @@ redirect_from: # Changelog +## [9.6.1](https://github.com/npm/cli/compare/v9.6.0...v9.6.1) (2023-03-08) + +### Bug Fixes + +* [`e455e3f`](https://github.com/npm/cli/commit/e455e3f6a5d0aa2c53cc24064557ec592706ca2c) [#6211](https://github.com/npm/cli/pull/6211) send options with grant/revoke requests (#6211) (@DavidTanner) +* [`e4de224`](https://github.com/npm/cli/commit/e4de22480a21591f0c9ba755c8464a9e1f0413c9) [#6220](https://github.com/npm/cli/pull/6220) clean uri from audit error (#6220) (@wraithgar) + +### Dependencies + +* [`cb45b21`](https://github.com/npm/cli/commit/cb45b216c831a2b0c08f97d57ad4d34b318f3d69) [#6231](https://github.com/npm/cli/pull/6231) npm update +* [`1f60a7e`](https://github.com/npm/cli/commit/1f60a7ee02953632bf5fb4e64e66755d7bb1bdd1) [#6231](https://github.com/npm/cli/pull/6231) `minipass@4.2.4` +* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.5): `@npmcli/arborist@6.2.5` +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.13): `libnpmdiff@5.0.13` +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.13): `libnpmexec@5.0.13` +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.13): `libnpmfund@4.0.13` +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.13): `libnpmpack@5.0.13` +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.1.1): `libnpmpublish@7.1.1` + ## [9.6.0](https://github.com/npm/cli/compare/v9.5.1...v9.6.0) (2023-03-02) ### Features diff --git a/src/theme/nav.yml b/src/theme/nav.yml index cff43b4a604..d00fee3372c 100644 --- a/src/theme/nav.yml +++ b/src/theme/nav.yml @@ -1053,7 +1053,7 @@ - title: Changelog url: /cli/v8/using-npm/changelog description: Changelog notes for each version - - title: Version 9.6.0 (Latest Release) + - title: Version 9.6.1 (Latest Release) shortName: v9 url: /cli/v9 default: true