Skip to content

Commit

Permalink
Release 10.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Aug 24, 2021
1 parent bd8a789 commit ac0c646
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@



## v10.5.4 (2021-08-24)

#### :bug: Bug Fix
* [#1286](https://github.com/ember-cli/eslint-plugin-ember/pull/1286) Avoid unnecessary optional chaining in autofix for `no-get` rule when using `useOptionalChaining` option ([@raycohen](https://github.com/raycohen))

#### Committers: 1
- Ray Cohen ([@raycohen](https://github.com/raycohen))


## v10.5.3 (2021-08-17)

#### :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.5.3",
"version": "10.5.4",
"description": "Eslint plugin for Ember.js apps",
"keywords": [
"eslint",
Expand Down

0 comments on commit ac0c646

Please sign in to comment.