Skip to content

Commit 158c3f7

Browse files
committed
Release 10.5.8
1 parent 7128c23 commit 158c3f7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

55

66

7+
8+
## v10.5.8 (2021-11-23)
9+
10+
#### :bug: Bug Fix
11+
* [#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))
12+
13+
#### :memo: Documentation
14+
* [#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))
15+
16+
#### Committers: 4
17+
- Adrián González Rus ([@adrigzr](https://github.com/adrigzr))
18+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
19+
- Darius D. ([@ddzz](https://github.com/ddzz))
20+
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
21+
22+
723
## v10.5.7 (2021-10-13)
824

925
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-ember",
3-
"version": "10.5.7",
3+
"version": "10.5.8",
44
"description": "ESLint plugin for Ember.js apps",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)