Skip to content

Commit 77b4855

Browse files
committed
Release 11.7.0
1 parent 39c070b commit 77b4855

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@
3232

3333

3434

35+
36+
37+
38+
## v11.7.0 (2023-05-19)
39+
40+
#### :rocket: Enhancement
41+
* [#1865](https://github.com/ember-cli/eslint-plugin-ember/pull/1865) Support autofix of numerical property access and ternary expressions in `no-get` rule ([@evanjehl](https://github.com/evanjehl))
42+
43+
#### :bug: Bug Fix
44+
* [#1866](https://github.com/ember-cli/eslint-plugin-ember/pull/1866) Account for class only having template tag in `no-empty-glimmer-component-classes` rule ([@chrisrng](https://github.com/chrisrng))
45+
46+
#### Committers: 2
47+
- Chris Ng ([@chrisrng](https://github.com/chrisrng))
48+
- [@evanjehl](https://github.com/evanjehl)
3549

3650

3751
## v11.6.0 (2023-05-16)

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": "11.6.0",
3+
"version": "11.7.0",
44
"description": "ESLint plugin for Ember.js apps",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)