We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07ee17 commit 58328dcCopy full SHA for 58328dc
CHANGELOG.md
@@ -38,6 +38,16 @@
38
39
40
41
+
42
43
44
+## v11.11.0 (2023-08-21)
45
46
+#### :rocket: Enhancement
47
+* [#1920](https://github.com/ember-cli/eslint-plugin-ember/pull/1920) Use custom parser for gts/gjs ([@patricklx](https://github.com/patricklx))
48
49
+#### Committers: 1
50
+- Patrick Pircher ([@patricklx](https://github.com/patricklx))
51
52
53
## v11.10.0 (2023-07-07)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-ember",
3
- "version": "11.10.0",
+ "version": "11.11.0",
4
"description": "ESLint plugin for Ember.js apps",
5
"keywords": [
6
"eslint",
0 commit comments