Skip to content

Commit

Permalink
docs(changelog): prepare for v3.8.0 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
macklinu committed May 24, 2018
1 parent 9b0cbd1 commit 212e557
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
## 3.8.0

* Removed `promise/avoid-new` from recommended configuration
([#119](https://github.com/xjamundx/eslint-plugin-promise/pull/119))
* Ignored event listener callbacks in `promise/prefer-await-to-callbacks`
([#117](https://github.com/xjamundx/eslint-plugin-promise/pull/117))
* Ignored top-level awaits in `promise/prefer-await-to-then`
([#126](https://github.com/xjamundx/eslint-plugin-promise/pull/126))
* Added docs for `promise/no-nesting` and `promise/prefer-await-to-then`
([#120](https://github.com/xjamundx/eslint-plugin-promise/pull/120))
([#121](https://github.com/xjamundx/eslint-plugin-promise/pull/121))

## 3.7.0

* Added `promise/valid-params` rule
Expand Down

0 comments on commit 212e557

Please sign in to comment.