Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.0.5...v6.0.0) (2021-06-06)

### Bug Fixes

* fix dry-run env flag ([4d79a4b](4d79a4b))

### Features

* add lockfile patching flow ([b01dd0d](b01dd0d))
* add npm-yarn flag mapping ([a6f942b](a6f942b))
* set `patch` flow as default ([ed22952](ed22952))

### BREAKING CHANGES

* yaf uses `yarn audit json` data by default, see `--flow` option notes for details
  • Loading branch information
antongolub committed Jun 6, 2021
1 parent f16002d commit 7aa6060
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [6.0.0](https://github.com/antongolub/yarn-audit-fix/compare/v5.0.5...v6.0.0) (2021-06-06)


### Bug Fixes

* fix dry-run env flag ([4d79a4b](https://github.com/antongolub/yarn-audit-fix/commit/4d79a4b0cc774d1751cd36cb4c4270369a19175f))


### Features

* add lockfile patching flow ([b01dd0d](https://github.com/antongolub/yarn-audit-fix/commit/b01dd0d30dc7534cc56e420b3dc9843dfd2f1893))
* add npm-yarn flag mapping ([a6f942b](https://github.com/antongolub/yarn-audit-fix/commit/a6f942b935b44d349b89a89d8432f95906806179))
* set `patch` flow as default ([ed22952](https://github.com/antongolub/yarn-audit-fix/commit/ed22952b445856099725e592c443965a6d7f4edd))


### BREAKING CHANGES

* yaf uses `yarn audit json` data by default, see `--flow` option notes for details

## [5.0.5](https://github.com/antongolub/yarn-audit-fix/compare/v5.0.4...v5.0.5) (2021-06-03)


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

0 comments on commit 7aa6060

Please sign in to comment.