Skip to content

Commit e1b5d6c

Browse files
committed
Release 11.6.0
1 parent 7703e7f commit e1b5d6c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@
3131

3232

3333

34+
35+
36+
37+
## v11.6.0 (2023-05-16)
38+
39+
#### :rocket: Enhancement
40+
* [#1853](https://github.com/ember-cli/eslint-plugin-ember/pull/1853) Support autofix in gts files ([@patricklx](https://github.com/patricklx))
41+
42+
#### :bug: Bug Fix
43+
* [#1852](https://github.com/ember-cli/eslint-plugin-ember/pull/1852) Only show `no-undef` errors for templates in gts files ([@patricklx](https://github.com/patricklx))
44+
45+
#### Committers: 1
46+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
3447

3548

3649
## v11.5.2 (2023-04-22)

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

0 commit comments

Comments
 (0)