diff --git a/CHANGELOG.md b/CHANGELOG.md index 721c468d1f..e22bc2365e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## v10.5.1 (2021-06-20) + +#### :bug: Bug Fix +* [#1237](https://github.com/ember-cli/eslint-plugin-ember/pull/1237) Stop using deprecated ESLint `report` API ([@bmish](https://github.com/bmish)) +* [#1230](https://github.com/ember-cli/eslint-plugin-ember/pull/1230) Use `meta.hasSuggestions` for suggestable rules to prepare for ESLint 8 ([@bmish](https://github.com/bmish)) + +#### :memo: Documentation +* [#1241](https://github.com/ember-cli/eslint-plugin-ember/pull/1241) Indicate which rules provide automated suggestions in README rules table ([@bmish](https://github.com/bmish)) + +#### :house: Internal +* [#1222](https://github.com/ember-cli/eslint-plugin-ember/pull/1222) Use `ecmaVersion` of `2020` internally for tests/linting ([@bmish](https://github.com/bmish)) + +#### Committers: 1 +- Bryan Mishkin ([@bmish](https://github.com/bmish)) + + ## v10.5.0 (2021-05-30) #### :rocket: Enhancement diff --git a/package.json b/package.json index a4c7331c1e..1e8c003227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-ember", - "version": "10.5.0", + "version": "10.5.1", "description": "Eslint plugin for Ember.js apps", "keywords": [ "eslint",