diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 86f229c516555..1fcd6a2fedf0c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "8.19.0", + ".": "8.19.1", "workspaces/arborist": "5.6.1", "workspaces/libnpmaccess": "6.0.4", "workspaces/libnpmdiff": "4.0.5", diff --git a/AUTHORS b/AUTHORS index e5b44bb9792c6..4632f50e98a6d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -851,3 +851,4 @@ William Marlow KevinBrother <1301239018@qq.com> Kyle West Nathan Hughes +Sandeep Meduru <73886592+sandeepmeduru@users.noreply.github.com> diff --git a/CHANGELOG.md b/CHANGELOG.md index 86669095767cd..f864a61f9d8b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [8.19.1](https://github.com/npm/cli/compare/v8.19.0...v8.19.1) (2022-09-01) + +### Bug Fixes + + * [`d60b43f`](https://github.com/npm/cli/commit/d60b43f3825452dd8b9b5879c287df232c9a8dc8) [#5438](https://github.com/npm/cli/pull/5438) fix: Turn off progress bar when using web based authorization (@sandeepmeduru) + ## [8.19.0](https://github.com/npm/cli/compare/v8.18.0...v8.19.0) (2022-08-31) ### Features diff --git a/package-lock.json b/package-lock.json index abf787c57f10e..46e6331583770 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "8.19.0", + "version": "8.19.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "8.19.0", + "version": "8.19.1", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", diff --git a/package.json b/package.json index b612ff1f4a53a..458952142ff2b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "8.19.0", + "version": "8.19.1", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [