Skip to content

Commit 4ea4459

Browse files
committed
Release 12.0.2
1 parent fbe4e9f commit 4ea4459

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33

44

5+
6+
## v12.0.2 (2024-02-15)
7+
8+
#### :bug: Bug Fix
9+
* [#2092](https://github.com/ember-cli/eslint-plugin-ember/pull/2092) Fix flat config for gts/gjs and `noop` parser name ([@bmish](https://github.com/bmish))
10+
* [#2091](https://github.com/ember-cli/eslint-plugin-ember/pull/2091) Upgrade ember-eslint-parser to 0.3.6 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
12+
#### :house: Internal
13+
* [#2093](https://github.com/ember-cli/eslint-plugin-ember/pull/2093) Update linting ([@bmish](https://github.com/bmish))
14+
15+
#### Committers: 2
16+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
17+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
18+
19+
520
## v12.0.1 (2024-02-13)
621

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

0 commit comments

Comments
 (0)