Skip to content

Commit 155b714

Browse files
github-actions[bot]lukekarrys
authored andcommittedSep 1, 2022
chore: release 8.19.1
1 parent d60b43f commit 155b714

4 files changed

+9
-3
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "8.19.0",
2+
".": "8.19.1",
33
"workspaces/arborist": "5.6.1",
44
"workspaces/libnpmaccess": "6.0.4",
55
"workspaces/libnpmdiff": "4.0.5",

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [8.19.1](https://github.com/npm/cli/compare/v8.19.0...v8.19.1) (2022-09-01)
4+
5+
### Bug Fixes
6+
7+
* [`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+
39
## [8.19.0](https://github.com/npm/cli/compare/v8.18.0...v8.19.0) (2022-08-31)
410

511
### Features

‎package-lock.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm",
3-
"version": "8.19.0",
3+
"version": "8.19.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.19.0",
2+
"version": "8.19.1",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [

0 commit comments

Comments
 (0)
Please sign in to comment.