Skip to content

Commit

Permalink
chore(release): 8.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.1.0](v8.0.1...v8.1.0) (2021-12-11)

### Documentation

* **readme:** mention v9 changes ([6c0ae5c](6c0ae5c))

### Features

* provide experimental lockfile v2 (yarn berry) support ([0243562](0243562))
* use yarn2 if exists as audit provider ([0f1537b](0f1537b))

### BREAKING CHANGES

* **readme:** enabled experimental Yarn 2+ lockfiles support
  • Loading branch information
antongolub committed Dec 11, 2021
1 parent 6c0ae5c commit 66f28a4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [8.1.0](https://github.com/antongolub/yarn-audit-fix/compare/v8.0.1...v8.1.0) (2021-12-11)


### Documentation

* **readme:** mention v9 changes ([6c0ae5c](https://github.com/antongolub/yarn-audit-fix/commit/6c0ae5ca5ba1b2d04f03734e300cf32cfe286a40))


### Features

* provide experimental lockfile v2 (yarn berry) support ([0243562](https://github.com/antongolub/yarn-audit-fix/commit/024356239ad158b5e71eceef63cda8addba8d18e))
* use yarn2 if exists as audit provider ([0f1537b](https://github.com/antongolub/yarn-audit-fix/commit/0f1537b1aac184142403cb6bcce8c4efb9972f8a))


### BREAKING CHANGES

* **readme:** enabled experimental Yarn 2+ lockfiles support

## [8.0.1](https://github.com/antongolub/yarn-audit-fix/compare/v8.0.0...v8.0.1) (2021-12-02)

# [8.0.0](https://github.com/antongolub/yarn-audit-fix/compare/v7.2.3...v8.0.0) (2021-12-02)
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": "8.0.1",
"version": "8.1.0",
"private": false,
"type": "module",
"description": "The missing `yarn audit --fix`",
Expand Down

0 comments on commit 66f28a4

Please sign in to comment.