Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.3.3...v4.0.0) (2021-03-24)

### Bug Fixes

* **cli:** fix env options resolution ([2adb481](2adb481))
* rm duplicated cli options ([481ce14](481ce14))

### Features

* add cli guard ([7eb3034](7eb3034))
* provide env directives ([6a61668](6a61668))
* use npm v7 by default, introduce `npm-path` flag ([7b723d1](7b723d1))

### BREAKING CHANGES

* unsupported flag raises an error. See v3 to v4 migration guide in README.md
* `--npm-v7` directive is no longer supported. Follow v3 to v4 migration guide in README.md
  • Loading branch information
antongolub committed Mar 24, 2021
1 parent d4dcb12 commit 9022960
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [4.0.0](https://github.com/antongolub/yarn-audit-fix/compare/v3.3.3...v4.0.0) (2021-03-24)


### Bug Fixes

* **cli:** fix env options resolution ([2adb481](https://github.com/antongolub/yarn-audit-fix/commit/2adb48172bb0b9a4175ae65d5ad76e5a9d2e2394))
* rm duplicated cli options ([481ce14](https://github.com/antongolub/yarn-audit-fix/commit/481ce1421d24a9a2f9f9827ba224af75cddc6562))


### Features

* add cli guard ([7eb3034](https://github.com/antongolub/yarn-audit-fix/commit/7eb303450e28ab1c0eb936c2c0aa88d1d54f302f))
* provide env directives ([6a61668](https://github.com/antongolub/yarn-audit-fix/commit/6a6166817cc834e5adbec160e2db42c6adf02bce))
* use npm v7 by default, introduce `npm-path` flag ([7b723d1](https://github.com/antongolub/yarn-audit-fix/commit/7b723d171d895805636ecfde4f58cdfd0e6d26a5))


### BREAKING CHANGES

* unsupported flag raises an error. See v3 to v4 migration guide in README.md
* `--npm-v7` directive is no longer supported. Follow v3 to v4 migration guide in README.md

## [3.3.3](https://github.com/antongolub/yarn-audit-fix/compare/v3.3.2...v3.3.3) (2021-03-22)


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": "3.3.3",
"version": "4.0.0",
"private": false,
"description": "Apply `npm audit fix` logic to `yarn.lock`",
"bin": {
Expand Down

0 comments on commit 9022960

Please sign in to comment.