Skip to content

Commit

Permalink
Merge pull request #10 from hugo-vrijswijk/release-please--branches--…
Browse files Browse the repository at this point in the history
…main--components--eslint-plugin-no-await-in-promise

chore(main): release 1.1.1
  • Loading branch information
hugo-vrijswijk authored Aug 16, 2022
2 parents 3e06355 + 24115c3 commit bf114ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.1](https://github.com/hugo-vrijswijk/eslint-plugin-no-await-in-promise/compare/v1.1.0...v1.1.1) (2022-08-16)


### Bug Fixes

* rule is now fixable instead of a suggestion ([557127d](https://github.com/hugo-vrijswijk/eslint-plugin-no-await-in-promise/commit/557127dceffdd5962dcabc3ef5a29c54d2431f63))

## [1.1.0](https://github.com/hugo-vrijswijk/eslint-plugin-no-await-in-promise/compare/v1.0.1...v1.1.0) (2022-08-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.1.0",
"version": "1.1.1",
"description": "ESLint Plugin to error when using await inside promise statements",
"type": "module",
"keywords": [
Expand Down

0 comments on commit bf114ce

Please sign in to comment.