CLI documentation update from CI

npm CLI robot committed Jan 25, 2023 at 21:30 UTC 0863f8927eb63d6524e10a3e151e35edf5324c10
1 file changed +14
content/cli/v9/using-npm/changelog.md
+14
@@ -17,6 +17,20 @@ redirect_from:
17
18 # Changelog
19
20 +## [9.4.0](https://github.com/npm/cli/compare/v9.3.1...v9.4.0) (2023-01-25)
21 +
22 +### Features
23 +
24 +* [`8d6d851`](https://github.com/npm/cli/commit/8d6d8519fbbcebdca8834e19cb34ac71f045a010) [#6078](https://github.com/npm/cli/pull/6078) added --install-strategy=linked (#6078) (@fritzy)
25 +
26 +### Dependencies
27 +
28 +* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.0): `@npmcli/arborist@6.2.0`
29 +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.8): `libnpmdiff@5.0.8`
30 +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.8): `libnpmexec@5.0.8`
31 +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.8): `libnpmfund@4.0.8`
32 +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.8): `libnpmpack@5.0.8`
33 +
34 ## [9.3.1](https://github.com/npm/cli/compare/v9.3.0...v9.3.1) (2023-01-13)
35
36 ### Bug Fixes