Skip to content

Commit 1688e1f

Browse files
author
Lucy Lin
committed
Release 11.9.0
1 parent 835e5da commit 1688e1f

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
@@ -36,6 +36,20 @@
3636

3737

3838

39+
40+
41+
42+
## v11.9.0 (2023-06-26)
43+
44+
#### :rocket: Enhancement
45+
* [#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))
46+
47+
#### :house: Internal
48+
* [#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))
49+
50+
#### Committers: 2
51+
- Chris Ng ([@chrisrng](https://github.com/chrisrng))
52+
- Lucy Lin ([@lin-ll](https://github.com/lin-ll))
3953

4054

4155
## v11.8.0 (2023-05-31)

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

0 commit comments

Comments
 (0)