diff --git a/CHANGELOG.md b/CHANGELOG.md index 16daa4d2b0..b15fac8781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index d5de209109..e6302324d4 100644 --- a/package.json +++ b/package.json @@ -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",