Skip to content

Commit

Permalink
Release 10.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Jun 20, 2021
1 parent aa8bd61 commit 2954fca
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.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
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.0",
"version": "10.5.1",
"description": "Eslint plugin for Ember.js apps",
"keywords": [
"eslint",
Expand Down

0 comments on commit 2954fca

Please sign in to comment.