Skip to content

Commit

Permalink
Release 11.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucy Lin committed Jun 26, 2023
1 parent 835e5da commit 1688e1f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,20 @@






## v11.9.0 (2023-06-26)

#### :rocket: Enhancement
* [#1899](https://github.com/ember-cli/eslint-plugin-ember/pull/1899) Check template tags for service usages in `no-unused-services` ([@lin-ll](https://github.com/lin-ll))

#### :house: Internal
* [#1898](https://github.com/ember-cli/eslint-plugin-ember/pull/1898) [no-empty-glimmer-component-classes] Import the template tag value instead of hardcode ([@chrisrng](https://github.com/chrisrng))

#### Committers: 2
- Chris Ng ([@chrisrng](https://github.com/chrisrng))
- Lucy Lin ([@lin-ll](https://github.com/lin-ll))


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

0 comments on commit 1688e1f

Please sign in to comment.