Skip to content

Commit 5c38af8

Browse files
committed
v0.4.0
1 parent 1852f48 commit 5c38af8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
4+
## v0.4.0 (2021-08-31)
5+
6+
#### :memo: Documentation
7+
* [#57](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/57) Fix "no-native-promise-helpers" link ([@bertdeblock](https://github.com/bertdeblock))
8+
9+
#### Committers: 2
10+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
11+
- Michael Kerr ([@Mikek2252](https://github.com/Mikek2252))
12+
313
## v0.3.1 (2020-12-30)
414

515
#### :bug: Bug Fix

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.1",
3+
"version": "0.4.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)