Skip to content

Commit 222f62c

Browse files
committed
Release 12.0.0-alpha.3
1 parent b567165 commit 222f62c

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2+
## v12.0.0-alpha.3 (2023-12-13)
3+
4+
#### :rocket: Enhancement
5+
* [#2020](https://github.com/ember-cli/eslint-plugin-ember/pull/2020) Support ESLint flat config ([@bmish](https://github.com/bmish))
6+
7+
#### :bug: Bug Fix
8+
* [#1996](https://github.com/ember-cli/eslint-plugin-ember/pull/1996) [gjs-gts-parser] fix type aware linting when using ts+gts files ([@patricklx](https://github.com/patricklx))
9+
* [#2005](https://github.com/ember-cli/eslint-plugin-ember/pull/2005) [gjs-gts-parser] fix parsing when there are multiple default <template> blocks (not allowed) ([@patricklx](https://github.com/patricklx))
10+
* [#2027](https://github.com/ember-cli/eslint-plugin-ember/pull/2027) Allow ember-data type registry imports in `use-ember-data-rfc-395-imports` rule ([@wagenet](https://github.com/wagenet))
11+
12+
#### :house: Internal
13+
* [#2018](https://github.com/ember-cli/eslint-plugin-ember/pull/2018) Switch to ESLint flat config internally ([@bmish](https://github.com/bmish))
14+
15+
#### Committers: 2
16+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
17+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
18+
19+
120
## v12.0.0-alpha.2 (2023-11-10)
221

322
#### :bug: Bug Fix

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

0 commit comments

Comments
 (0)