Skip to content

Commit b82f3cb

Browse files
committed
v0.5.0
1 parent 06bff7a commit b82f3cb

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

33

4+
5+
## v0.5.0 (2021-10-14)
6+
7+
#### :rocket: Enhancement
8+
* [#151](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/151) Adding the `no-debug` rule ([@Mikek2252](https://github.com/Mikek2252))
9+
10+
#### :bug: Bug Fix
11+
* [#150](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/150) Update `hasTaskDecorator` helper to include CallExpression as a valid expression Type ([@Mikek2252](https://github.com/Mikek2252))
12+
13+
#### :memo: Documentation
14+
* [#153](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/153) README: Include `no-debug` rule ([@Mikek2252](https://github.com/Mikek2252))
15+
16+
#### :house: Internal
17+
* [#152](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/152) Move `hasTaskCallExpression` to utils ([@Mikek2252](https://github.com/Mikek2252))
18+
19+
#### Committers: 1
20+
- Michael Kerr ([@Mikek2252](https://github.com/Mikek2252))
21+
422
## v0.4.0 (2021-08-31)
523

624
#### :memo: Documentation

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