|
7 | 7 | ## v0.5.0 (2021-10-14) |
8 | 8 |
|
9 | 9 | #### :rocket: Enhancement |
10 | | -* [#151](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/151) Adding the `no-debug` rule ([@Mikek2252](https://github.com/Mikek2252)) |
| 10 | +* [#151](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/151) Adding the `no-debug` rule ([@Mikek2252](https://github.com/Mikek2252)) |
11 | 11 |
|
12 | 12 | #### :bug: Bug Fix |
13 | | -* [#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)) |
| 13 | +* [#150](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/150) Update `hasTaskDecorator` helper to include CallExpression as a valid expression Type ([@Mikek2252](https://github.com/Mikek2252)) |
14 | 14 |
|
15 | 15 | #### :memo: Documentation |
16 | | -* [#153](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/153) README: Include `no-debug` rule ([@Mikek2252](https://github.com/Mikek2252)) |
| 16 | +* [#153](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/153) README: Include `no-debug` rule ([@Mikek2252](https://github.com/Mikek2252)) |
17 | 17 |
|
18 | 18 | #### :house: Internal |
19 | | -* [#152](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/152) Move `hasTaskCallExpression` to utils ([@Mikek2252](https://github.com/Mikek2252)) |
| 19 | +* [#152](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/152) Move `hasTaskCallExpression` to utils ([@Mikek2252](https://github.com/Mikek2252)) |
20 | 20 |
|
21 | 21 | #### Committers: 1 |
22 | 22 | - Michael Kerr ([@Mikek2252](https://github.com/Mikek2252)) |
23 | 23 |
|
24 | 24 | ## v0.4.0 (2021-08-31) |
25 | 25 |
|
26 | 26 | #### :memo: Documentation |
27 | | -* [#57](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/57) Fix "no-native-promise-helpers" link ([@bertdeblock](https://github.com/bertdeblock)) |
| 27 | +* [#57](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/57) Fix "no-native-promise-helpers" link ([@bertdeblock](https://github.com/bertdeblock)) |
28 | 28 |
|
29 | 29 | #### Committers: 2 |
30 | 30 | - Bert De Block ([@bertdeblock](https://github.com/bertdeblock)) |
|
33 | 33 | ## v0.3.1 (2020-12-30) |
34 | 34 |
|
35 | 35 | #### :bug: Bug Fix |
36 | | -* [#54](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/54) Correctly export `no-native-promise-helpers` rule ([@Turbo87](https://github.com/Turbo87)) |
| 36 | +* [#54](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/54) Correctly export `no-native-promise-helpers` rule ([@Turbo87](https://github.com/Turbo87)) |
37 | 37 |
|
38 | 38 | #### Committers: 1 |
39 | 39 | - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) |
40 | 40 |
|
41 | 41 | ## v0.3.0 (2020-12-30) |
42 | 42 |
|
43 | 43 | #### :rocket: Enhancement |
44 | | -* [#53](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/53) Implement `no-native-promise-helpers` rule ([@Turbo87](https://github.com/Turbo87)) |
| 44 | +* [#53](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/53) Implement `no-native-promise-helpers` rule ([@Turbo87](https://github.com/Turbo87)) |
45 | 45 |
|
46 | 46 | #### Committers: 1 |
47 | 47 | - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) |
48 | 48 |
|
49 | 49 | ## v0.2.1 (2020-10-29) |
50 | 50 |
|
51 | 51 | #### :rocket: Enhancement |
52 | | -* [#26](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/26) no-perform-without-catch: Adjust report node ([@Turbo87](https://github.com/Turbo87)) |
| 52 | +* [#26](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/26) no-perform-without-catch: Adjust report node ([@Turbo87](https://github.com/Turbo87)) |
53 | 53 |
|
54 | 54 | #### Committers: 1 |
55 | 55 | - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) |
56 | 56 |
|
57 | 57 | ## v0.2.0 (2020-10-29) |
58 | 58 |
|
59 | 59 | #### :rocket: Enhancement |
60 | | -* [#19](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/19) Add support for ESLint 7 ([@Turbo87](https://github.com/Turbo87)) |
61 | | -* [#13](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/13) Implement `no-perform-without-catch` rule ([@Turbo87](https://github.com/Turbo87)) |
| 60 | +* [#19](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/19) Add support for ESLint 7 ([@Turbo87](https://github.com/Turbo87)) |
| 61 | +* [#13](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/13) Implement `no-perform-without-catch` rule ([@Turbo87](https://github.com/Turbo87)) |
62 | 62 |
|
63 | 63 | #### :house: Internal |
64 | | -* [#14](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/14) Configure Renovate ([@renovate[bot]](https://github.com/apps/renovate)) |
65 | | -* [#15](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/15) Various CI improvements ([@Turbo87](https://github.com/Turbo87)) |
| 64 | +* [#14](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/14) Configure Renovate ([@renovate[bot]](https://github.com/apps/renovate)) |
| 65 | +* [#15](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/15) Various CI improvements ([@Turbo87](https://github.com/Turbo87)) |
66 | 66 |
|
67 | 67 | #### Committers: 1 |
68 | 68 | - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) |
69 | 69 |
|
70 | 70 | ## v0.1.1 (2020-04-17) |
71 | 71 |
|
72 | 72 | #### :rocket: Enhancement |
73 | | -* [#9](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/9) require-task-name-suffix: Add support for `@task` decorators ([@Turbo87](https://github.com/Turbo87)) |
| 73 | +* [#9](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/9) require-task-name-suffix: Add support for `@task` decorators ([@Turbo87](https://github.com/Turbo87)) |
74 | 74 |
|
75 | 75 | #### :bug: Bug Fix |
76 | | -* [#12](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/12) package.json: Fix `repository` field ([@Turbo87](https://github.com/Turbo87)) |
| 76 | +* [#12](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/12) package.json: Fix `repository` field ([@Turbo87](https://github.com/Turbo87)) |
77 | 77 |
|
78 | 78 | #### :house: Internal |
79 | | -* [#11](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/11) CI: Force colored output ([@Turbo87](https://github.com/Turbo87)) |
80 | | -* [#10](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/10) CI: Run tests with `--coverage` ([@Turbo87](https://github.com/Turbo87)) |
| 79 | +* [#11](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/11) CI: Force colored output ([@Turbo87](https://github.com/Turbo87)) |
| 80 | +* [#10](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/10) CI: Run tests with `--coverage` ([@Turbo87](https://github.com/Turbo87)) |
81 | 81 |
|
82 | 82 | #### Committers: 1 |
83 | 83 | - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) |
|
0 commit comments