8000 Release 12.0.0-alpha.2 · ember-cli/eslint-plugin-ember@90d1fc4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 90d1fc4

Browse files
committed
Release 12.0.0-alpha.2
1 parent 3ec4b26 commit 90d1fc4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,17 @@
4242

4343

4444

45+
46+
47+
48+
## v12.0.0-alpha.2 (2023-11-10)
49+
50+
#### :bug: Bug Fix
51+
* [#1994](https://github.com/ember-cli/eslint-plugin-ember/pull/1994) [gjs/gts parser] fix locations for ast after templates ([@patricklx](https://github.com/patricklx))
52+
* [#1992](https://github.com/ember-cli/eslint-plugin-ember/pull/1992) [gjs/gts parser] fix references for tags with a dot & non standard html tags ([@patricklx](https://github.com/patricklx))
53+
54+
#### Committers: 1
55+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
4556

4657

4758
## v12.0.0-alpha.1 (2023-11-07)

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

0 commit comments

Comments
 (0)
0