Skip to content

Commit

Permalink
docs: changelog for v7.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Mar 24, 2021
1 parent c76f04a commit cd3fe98
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
## v7.7.2 (2021-03-24)

### BUG FIXES

* [`c76f04ac2`](/~https://github.com/npm/cli/commit/c76f04ac28ddf2ae4df4b3ce0aec684a118de1b5)
[#2925](/~https://github.com/npm/cli/issues/2925)
fix(set-script): add completion
([@Yash-Singh1](/~https://github.com/Yash-Singh1))
* [`0379eab69`](/~https://github.com/npm/cli/commit/0379eab698b78ae4aa89bbe2043607f420e52f11)
[#2929](/~https://github.com/npm/cli/issues/2929)
fix(install): ignore auditLevel
`npm install` should not be affected by the `auditLevel` config, as the
results of audit do not change its exit status.
([@wraithgar](/~https://github.com/wraithgar))
* [`98efadeb4`](/~https://github.com/npm/cli/commit/98efadeb4b2ae9289f14ed6f42a169230faf7239)
[#2923](/~https://github.com/npm/cli/issues/2923)
fix(audit-level): add `info` audit level
This is a valid level but wasn't configured to be allowed.
Also added this param to the usage output for `npm audit`
([@wraithgar](/~https://github.com/wraithgar))
* [`e8d2adcf4`](/~https://github.com/npm/cli/commit/e8d2adcf40ad63030f844c9aa44c6d16e2146797)
[#2945](/~https://github.com/npm/cli/issues/2945)
config should not error when workspaces are configured
([@nlf](/~https://github.com/nlf))
* [`aba2bc623`](/~https://github.com/npm/cli/commit/aba2bc623ea99e563b1b15b81dbb4ba94f86fe4c)
[#2944](/~https://github.com/npm/cli/issues/2944)
fix(progress): re-add progress bar to reify
The logger was no longer in flatOptions, we pass it in explicitly now
([@wraithgar](/~https://github.com/wraithgar))
* [`877b4ed29`](/~https://github.com/npm/cli/commit/877b4ed2925c97b5249a4d33575420dda64f7339)
[#2946](/~https://github.com/npm/cli/issues/2946)
fix(flatOptions): re-add `_auth`
This was not being added to flatOptions, and things like
`npm-registry-fetch` are looking for it.
([@wraithgar](/~https://github.com/wraithgar))

## v7.7.1 (2021-03-24)

### BUG FIXES
Expand Down

0 comments on commit cd3fe98

Please sign in to comment.