diff --git a/CHANGELOG.md b/CHANGELOG.md index ab137982c3..7a608957e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,16 @@ + + + +## v11.5.2 (2023-04-22) + +#### :bug: Bug Fix +* [#1841](https://github.com/ember-cli/eslint-plugin-ember/pull/1841) Fix a bug in autofixer and autofix additional cases with `firstObject and `lastObject` in `no-get` rule ([@ArtixZ](https://github.com/ArtixZ)) + +#### Committers: 1 +- [@ArtixZ](https://github.com/ArtixZ) ## v11.5.1 (2023-04-07) diff --git a/package.json b/package.json index 90534d750c..9d0654596a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-ember", - "version": "11.5.1", + "version": "11.5.2", "description": "ESLint plugin for Ember.js apps", "keywords": [ "eslint",