Skip to content

Commit

Permalink
chore(main): release 2.0.1 (#332)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 24, 2024
1 parent adfaee5 commit b447316
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"package-name": "eslint-plugin-no-await-in-promise"
}
},
".": "2.0.0"
".": "2.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1](https://github.com/hugo-vrijswijk/eslint-plugin-no-await-in-promise/compare/v2.0.0...v2.0.1) (2024-05-24)


### Bug Fixes

* fix legacy eslint configuration not working ([#331](https://github.com/hugo-vrijswijk/eslint-plugin-no-await-in-promise/issues/331)) ([adfaee5](https://github.com/hugo-vrijswijk/eslint-plugin-no-await-in-promise/commit/adfaee54a3fc078dd6a0fe5aa0e7235d5cfcb063)), closes [#329](https://github.com/hugo-vrijswijk/eslint-plugin-no-await-in-promise/issues/329)

## [2.0.0](https://github.com/hugo-vrijswijk/eslint-plugin-no-await-in-promise/compare/v1.1.6...v2.0.0) (2024-05-15)


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": "eslint-plugin-no-await-in-promise",
"version": "2.0.0",
"version": "2.0.1",
"description": "ESLint Plugin to error when using await inside promise statements",
"type": "module",
"packageManager": "[email protected]",
Expand Down

0 comments on commit b447316

Please sign in to comment.