Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.0.0](v7.2.3...v8.0.0) (2021-12-02)

### Bug Fixes

* fix npm-path cli default option value ([2c58a9b](2c58a9b))

### Features

* use system npm bin by default ([9b21933](9b21933)), closes [#200](#200) [#199](#199)

### BREAKING CHANGES

* dropped npm dependency
  • Loading branch information
antongolub committed Dec 2, 2021
1 parent 434bc9f commit 7bdea6e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [8.0.0](https://github.com/antongolub/yarn-audit-fix/compare/v7.2.3...v8.0.0) (2021-12-02)


### Bug Fixes

* fix npm-path cli default option value ([2c58a9b](https://github.com/antongolub/yarn-audit-fix/commit/2c58a9b8e52e596289aec2f8229f38af06bf8864))


### Features

* use system npm bin by default ([9b21933](https://github.com/antongolub/yarn-audit-fix/commit/9b21933674353090a8fc49c73aa3da3973d9aa95)), closes [#200](https://github.com/antongolub/yarn-audit-fix/issues/200) [#199](https://github.com/antongolub/yarn-audit-fix/issues/199)


### BREAKING CHANGES

* dropped npm dependency

## [7.2.3](https://github.com/antongolub/yarn-audit-fix/compare/v7.2.2...v7.2.3) (2021-11-27)

## [7.2.2](https://github.com/antongolub/yarn-audit-fix/compare/v7.2.1...v7.2.2) (2021-11-18)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yarn-audit-fix",
"version": "7.2.3",
"version": "8.0.0",
"private": false,
"type": "module",
"description": "Apply `npm audit fix` logic to `yarn.lock`",
Expand Down

0 comments on commit 7bdea6e

Please sign in to comment.