Skip to content

Commit

Permalink
Release 11.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed May 16, 2023
1 parent 7703e7f commit e1b5d6c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,19 @@






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

#### :rocket: Enhancement
* [#1853](https://github.com/ember-cli/eslint-plugin-ember/pull/1853) Support autofix in gts files ([@patricklx](https://github.com/patricklx))

#### :bug: Bug Fix
* [#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))

#### Committers: 1
- Patrick Pircher ([@patricklx](https://github.com/patricklx))


## v11.5.2 (2023-04-22)
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": "11.5.2",
"version": "11.6.0",
"description": "ESLint plugin for Ember.js apps",
"keywords": [
"eslint",
Expand Down

0 comments on commit e1b5d6c

Please sign in to comment.