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 22, 2023
1 parent 19b918e commit 5b0f009
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 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.5.0
9.5.1

### Description

Expand Down
2 changes: 1 addition & 1 deletion content/cli/v9/configuring-npm/package-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ SPDX license identifier for the license you're using, like this:

You can check [the full list of SPDX license
IDs](https://spdx.org/licenses/). Ideally you should pick one that is
[OSI](https://opensource.org/licenses/alphabetical) approved.
[OSI](https://opensource.org/licenses/) approved.

If your package is licensed under multiple common licenses, use an [SPDX
license expression syntax version 2.0
Expand Down
17 changes: 17 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,23 @@ redirect_from:

# Changelog

## [9.5.1](https://github.com/npm/cli/compare/v9.5.0...v9.5.1) (2023-02-22)

### Documentation

* [`9bc455b`](https://github.com/npm/cli/commit/9bc455bc2c0f247ff4ca2e1fd299063008b4e260) [#6188](https://github.com/npm/cli/pull/6188) fixing typos (#6188) (@deining)
* [`ec8c95c`](https://github.com/npm/cli/commit/ec8c95c2ab2de71a18e291b4f65ebb87c6ace1e8) [#6186](https://github.com/npm/cli/pull/6186) update OSI link (#6186) (@roerohan)

### Dependencies

* [`7ba3e17`](https://github.com/npm/cli/commit/7ba3e17087e13d737103260f10e671befc6ce256) [#6189](https://github.com/npm/cli/pull/6189) npm update
* [`f7a5200`](https://github.com/npm/cli/commit/f7a520072f3dcafd9391e5e27f3ceef8e59e95dc) `[email protected]`
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.3): `@npmcli/[email protected]`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.11): `[email protected]`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.11): `[email protected]`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.11): `[email protected]`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.11): `[email protected]`

## [9.5.0](https://github.com/npm/cli/compare/v9.4.2...v9.5.0) (2023-02-14)

### 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.5.0 (Latest Release)
- title: Version 9.5.1 (Latest Release)
shortName: v9
url: /cli/v9
default: true
Expand Down

0 comments on commit 5b0f009

Please sign in to comment.