We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92bab4 commit 4164ec8Copy full SHA for 4164ec8
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## v0.2.1 (2020-10-29)
12
13
#### :rocket: Enhancement
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-ember-concurrency",
- "version": "0.2.1",
+ "version": "0.3.0",
"description": "ESLint plugin for ember-concurrency users",
"repository": "https://github.com/simplabs/eslint-plugin-ember-concurrency",
"license": "MIT",
0 commit comments