Skip to content

Commit e2813cb

Browse files
committed
v0.3.1
1 parent 390cd32 commit e2813cb

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.1 (2020-12-30)
4+
5+
#### :bug: Bug Fix
6+
* [#54](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/54) Correctly export `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.3.0 (2020-12-30)
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.3.0",
3+
"version": "0.3.1",
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)