Skip to content

Commit

Permalink
Release 10.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed May 13, 2021
1 parent 646e91d commit 8fac9ff
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v10.4.2 (2021-05-13)

#### :bug: Bug Fix
* [#1195](https:/ember-cli/eslint-plugin-ember/pull/1195) Fix false positives with service/controller/observer detection in some rules ([@lin-ll](https:/lin-ll))
* [#1187](https:/ember-cli/eslint-plugin-ember/pull/1187) Fix optional chaining support to handle newer ChainExpression implementation ([@bmish](https:/bmish))
* [#1179](https:/ember-cli/eslint-plugin-ember/pull/1179) Handle spread syntax with both `babel-eslint` and `@babel/eslint-parser` parsers in `order-in-*` rules ([@bmish](https:/bmish))

#### :house: Internal
* [#1191](https:/ember-cli/eslint-plugin-ember/pull/1191) Use `requireindex` to export rules and configs ([@bmish](https:/bmish))
* [#1180](https:/ember-cli/eslint-plugin-ember/pull/1180) Switch from `babel-eslint` to `@babel/eslint-parser` ([@bmish](https:/bmish))

#### Committers: 2
- Bryan Mishkin ([@bmish](https:/bmish))
- Lucy Lin ([@lin-ll](https:/lin-ll))


## v10.4.1 (2021-04-21)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-ember",
"version": "10.4.1",
"version": "10.4.2",
"description": "Eslint plugin for Ember.js apps",
"keywords": [
"eslint",
Expand Down

0 comments on commit 8fac9ff

Please sign in to comment.