Skip to content

Commit

Permalink
Release 11.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucy Lin committed May 23, 2023
1 parent 5c554c9 commit f97d491
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@






## v11.7.2 (2023-05-23)

#### :bug: Bug Fix
* [#1876](https://github.com/ember-cli/eslint-plugin-ember/pull/1876) Allow generic type in TypeScript class in `no-empty-glimmer-component-classes` rule ([@chrisrng](https://github.com/chrisrng))

#### Committers: 7
- Chris Ng ([@chrisrng](https://github.com/chrisrng))


## v11.7.1 (2023-05-21)
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.7.1",
"version": "11.7.2",
"description": "ESLint plugin for Ember.js apps",
"keywords": [
"eslint",
Expand Down

0 comments on commit f97d491

Please sign in to comment.