Skip to content

Commit 872073f

Browse files
Merge pull request #241 from mainmatter/mainmatterize
Rebrand simplabs to Mainmatter
2 parents 9922127 + ed8596d commit 872073f

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@
77
## v0.5.0 (2021-10-14)
88

99
#### :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))
1111

1212
#### :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))
1414

1515
#### :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))
1717

1818
#### :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))
2020

2121
#### Committers: 1
2222
- Michael Kerr ([@Mikek2252](https://github.com/Mikek2252))
2323

2424
## v0.4.0 (2021-08-31)
2525

2626
#### :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))
2828

2929
#### Committers: 2
3030
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
@@ -33,51 +33,51 @@
3333
## v0.3.1 (2020-12-30)
3434

3535
#### :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))
3737

3838
#### Committers: 1
3939
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
4040

4141
## v0.3.0 (2020-12-30)
4242

4343
#### :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))
4545

4646
#### Committers: 1
4747
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
4848

4949
## v0.2.1 (2020-10-29)
5050

5151
#### :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))
5353

5454
#### Committers: 1
5555
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
5656

5757
## v0.2.0 (2020-10-29)
5858

5959
#### :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))
6262

6363
#### :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))
6666

6767
#### Committers: 1
6868
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
6969

7070
## v0.1.1 (2020-04-17)
7171

7272
#### :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))
7474

7575
#### :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))
7777

7878
#### :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))
8181

8282
#### Committers: 1
8383
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 simplabs GmbH and contributors
3+
Copyright (c) 2020 - 2022 Mainmatter GmbH and contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eslint-plugin-ember-concurrency",
33
"version": "0.5.1",
44
"description": "ESLint plugin for ember-concurrency users",
5-
"repository": "https://github.com/simplabs/eslint-plugin-ember-concurrency",
5+
"repository": "https://github.com/Mainmatter/eslint-plugin-ember-concurrency",
66
"license": "MIT",
77
"author": "Tobias Bieniek <tobias.bieniek@gmail.com>",
88
"main": "index.js",

0 commit comments

Comments
 (0)