Skip to content

Commit 2f0b4df

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 8.19.4
1 parent cd9c9fd commit 2f0b4df

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "8.19.3",
2+
".": "8.19.4",
33
"workspaces/arborist": "5.6.3",
44
"workspaces/libnpmaccess": "6.0.4",
55
"workspaces/libnpmdiff": "4.0.5",

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,3 +853,4 @@ Kyle West <[email protected]>
853853
Nathan Hughes <[email protected]>
854854
Sandeep Meduru <[email protected]>
855855
Dominik Gorczyca <[email protected]>
856+
Ivan Poiraudeau <[email protected]>

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [8.19.4](https://github.com/npm/cli/compare/v8.19.3...v8.19.4) (2023-02-14)
4+
5+
### Documentation
6+
7+
* [`dd51f34`](https://github.com/npm/cli/commit/dd51f345c823121cba84d2765942909eb0375018) [#6155](https://github.com/npm/cli/pull/6155) don't redirect "npm config' to itself (#6155) (@ivanosevitch)
8+
9+
### Dependencies
10+
11+
* [`cfab523`](https://github.com/npm/cli/commit/cfab5232183d8ffb025b20d8c3581588b3e75f02) [#6166](https://github.com/npm/cli/pull/6166) `[email protected]` (#6166)
12+
313
## [8.19.3](https://github.com/npm/cli/compare/v8.19.2...v8.19.3) (2022-11-03)
414

515
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "8.19.3",
3+
"version": "8.19.4",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "8.19.3",
9+
"version": "8.19.4",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.19.3",
2+
"version": "8.19.4",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [

0 commit comments

Comments
 (0)