CLI documentation update from CI
npm CLI robot committed
Feb 22, 2023 at 19:02 UTC
5b0f009d28864b3af33fad617cbd6e80e0c6051f
5 files changed
+21
-4
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.5.0 /path/to/npm
61
+npm@9.5.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.5.0
34
+9.5.1
35
36
### Description
37
content/cli/v9/configuring-npm/package-json.md
+1
-1
@@ -143,7 +143,7 @@ SPDX license identifier for the license you're using, like this:
143
144
You can check [the full list of SPDX license
145
IDs](https://spdx.org/licenses/). Ideally you should pick one that is
146
-[OSI](https://opensource.org/licenses/alphabetical) approved.
146
+[OSI](https://opensource.org/licenses/) approved.
147
148
If your package is licensed under multiple common licenses, use an [SPDX
149
license expression syntax version 2.0
content/cli/v9/using-npm/changelog.md
+17
@@ -17,6 +17,23 @@ redirect_from:
17
18
# Changelog
19
20
+## [9.5.1](https://github.com/npm/cli/compare/v9.5.0...v9.5.1) (2023-02-22)
21
+
22
+### Documentation
23
+
24
+* [`9bc455b`](https://github.com/npm/cli/commit/9bc455bc2c0f247ff4ca2e1fd299063008b4e260) [#6188](https://github.com/npm/cli/pull/6188) fixing typos (#6188) (@deining)
25
+* [`ec8c95c`](https://github.com/npm/cli/commit/ec8c95c2ab2de71a18e291b4f65ebb87c6ace1e8) [#6186](https://github.com/npm/cli/pull/6186) update OSI link (#6186) (@roerohan)
26
+
27
+### Dependencies
28
+
29
+* [`7ba3e17`](https://github.com/npm/cli/commit/7ba3e17087e13d737103260f10e671befc6ce256) [#6189](https://github.com/npm/cli/pull/6189) npm update
30
+* [`f7a5200`](https://github.com/npm/cli/commit/f7a520072f3dcafd9391e5e27f3ceef8e59e95dc) `pacote@15.1.1`
31
+* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.3): `@npmcli/arborist@6.2.3`
32
+* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.11): `libnpmdiff@5.0.11`
33
+* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.11): `libnpmexec@5.0.11`
34
+* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.11): `libnpmfund@4.0.11`
35
+* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.11): `libnpmpack@5.0.11`
36
+
37
## [9.5.0](https://github.com/npm/cli/compare/v9.4.2...v9.5.0) (2023-02-14)
38
39
### 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.5.0 (Latest Release)
1056
+ - title: Version 9.5.1 (Latest Release)
1057
shortName: v9
1058
url: /cli/v9
1059
default: true