Skip to content

Commit

Permalink
Release 10.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Nov 23, 2021
1 parent 7128c23 commit 158c3f7
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
Expand Up @@ -4,6 +4,22 @@




## v10.5.8 (2021-11-23)

#### :bug: Bug Fix
* [#1374](https://github.com/ember-cli/eslint-plugin-ember/pull/1374) Allow empty-but-decorated classes in `no-empty-glimmer-component-classes` rule ([@adrigzr](https://github.com/adrigzr))

#### :memo: Documentation
* [#1364](https://github.com/ember-cli/eslint-plugin-ember/pull/1364) Fix typos in violation message for `classic-decorator-hooks` rule ([@nlfurniss](https://github.com/nlfurniss))

#### Committers: 4
- Adrián González Rus ([@adrigzr](https://github.com/adrigzr))
- Bryan Mishkin ([@bmish](https://github.com/bmish))
- Darius D. ([@ddzz](https://github.com/ddzz))
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))


## v10.5.7 (2021-10-13)

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

0 comments on commit 158c3f7

Please sign in to comment.