Skip to content

Commit

Permalink
chore(release): 7.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.1.0](v7.0.8...v7.1.0) (2021-10-11)

### Bug Fixes

* **deps:** update dependency npm to v8 ([6a07aa2](6a07aa2))
* **deps:** update npm to v8.0.0 ([b54cc7a](b54cc7a))

### Features

* add cwd option ([4ff467b](4ff467b)), closes [#135](#135)
  • Loading branch information
antongolub committed Oct 11, 2021
1 parent cde0403 commit 6ee9c4a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [7.1.0](https://github.com/antongolub/yarn-audit-fix/compare/v7.0.8...v7.1.0) (2021-10-11)


### Bug Fixes

* **deps:** update dependency npm to v8 ([6a07aa2](https://github.com/antongolub/yarn-audit-fix/commit/6a07aa2e5d0de987a9568b1f226e2ea015a4d095))
* **deps:** update npm to v8.0.0 ([b54cc7a](https://github.com/antongolub/yarn-audit-fix/commit/b54cc7aba6021f5fed19e4649897bca0360e559a))


### Features

* add cwd option ([4ff467b](https://github.com/antongolub/yarn-audit-fix/commit/4ff467b0aa3798684f63ff31fc3aee68d821bda7)), closes [#135](https://github.com/antongolub/yarn-audit-fix/issues/135)

## [7.0.8](https://github.com/antongolub/yarn-audit-fix/compare/v7.0.7...v7.0.8) (2021-10-04)


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.0.8",
"version": "7.1.0",
"private": false,
"type": "module",
"description": "Apply `npm audit fix` logic to `yarn.lock`",
Expand Down

0 comments on commit 6ee9c4a

Please sign in to comment.