diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cddf1ee71890c..cbfe4d86958cd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "8.19.3", + ".": "8.19.4", "workspaces/arborist": "5.6.3", "workspaces/libnpmaccess": "6.0.4", "workspaces/libnpmdiff": "4.0.5", diff --git a/AUTHORS b/AUTHORS index 5df06c55bce52..ed8dc765bb745 100644 --- a/AUTHORS +++ b/AUTHORS @@ -853,3 +853,4 @@ Kyle West Nathan Hughes Sandeep Meduru <73886592+sandeepmeduru@users.noreply.github.com> Dominik Gorczyca <73836513+dominikgorczyca@users.noreply.github.com> +Ivan Poiraudeau diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ad86e5980a7..79849e1784a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [8.19.4](https://github.com/npm/cli/compare/v8.19.3...v8.19.4) (2023-02-14) + +### Documentation + +* [`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.19.3](https://github.com/npm/cli/compare/v8.19.2...v8.19.3) (2022-11-03) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index ed6524d132ebb..1b4677587cc4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "8.19.3", + "version": "8.19.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "8.19.3", + "version": "8.19.4", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", diff --git a/package.json b/package.json index 00414d33de407..f1faab35439ee 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "8.19.3", + "version": "8.19.4", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [