Skip to content

Commit 4164ec8

Browse files
committed
v0.3.0
1 parent f92bab4 commit 4164ec8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v0.3.0 (2020-12-30)
4+
5+
#### :rocket: Enhancement
6+
* [#53](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/53) Implement `no-native-promise-helpers` rule ([@Turbo87](https://github.com/Turbo87))
7+
8+
#### Committers: 1
9+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
10+
311
## v0.2.1 (2020-10-29)
412

513
#### :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.2.1",
3+
"version": "0.3.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)