CLI documentation update from CI
npm CLI robot committed
Jan 17, 2023 at 20:59 UTC
b8a1e4164dbb6795b91fcb49cd816497ffe93203
4 files changed
+10
-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.3.0 /path/to/npm
61
+npm@9.3.1 /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.3.0
34
+9.3.1
35
36
### Description
37
content/cli/v9/using-npm/changelog.md
+7
@@ -17,6 +17,13 @@ redirect_from:
17
18
# Changelog
19
20
+## [9.3.1](https://github.com/npm/cli/compare/v9.3.0...v9.3.1) (2023-01-13)
21
+
22
+### Bug Fixes
23
+
24
+* [`8be672b`](https://github.com/npm/cli/commit/8be672b21f7d434c898bb4e97dc3fca6e54b29a1) [#6050](https://github.com/npm/cli/pull/6050) don't try to deprecate nonexistant versions (#6050) (@wraithgar)
25
+* [`1c3612c`](https://github.com/npm/cli/commit/1c3612cc2fe9974166b5aab92477b289a768c1e7) [#6054](https://github.com/npm/cli/pull/6054) use recursive rm in ci command (#6054) (@jamesshaw1987, @burkel24)
26
+
27
## [9.3.0](https://github.com/npm/cli/compare/v9.2.0...v9.3.0) (2023-01-12)
28
29
### Features
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.3.0 (Latest Release)
1056
+ - title: Version 9.3.1 (Latest Release)
1057
shortName: v9
1058
url: /cli/v9
1059
default: true