Skip to content

Commit 1683daa

Browse files
committed
v0.2.0
1 parent ab41899 commit 1683daa

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v0.2.0 (2020-10-29)
4+
5+
#### :rocket: Enhancement
6+
* [#19](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/19) Add support for ESLint 7 ([@Turbo87](https://github.com/Turbo87))
7+
* [#13](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/13) Implement `no-perform-without-catch` rule ([@Turbo87](https://github.com/Turbo87))
8+
9+
#### :house: Internal
10+
* [#14](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/14) Configure Renovate ([@renovate[bot]](https://github.com/apps/renovate))
11+
* [#15](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/15) Various CI improvements ([@Turbo87](https://github.com/Turbo87))
12+
13+
#### Committers: 1
14+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
15+
316
## v0.1.1 (2020-04-17)
417

518
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-ember-concurrency",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "ESLint plugin for ember-concurrency users",
55
"repository": "https://github.com/simplabs/eslint-plugin-ember-concurrency",
66
"license": "MIT",

0 commit comments

Comments
 (0)