Skip to content

Commit 367a439

Browse files
committed
Release 12.2.0
1 parent af62351 commit 367a439

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@
55

66

77

8+
9+
## v12.2.0 (2024-08-17)
10+
11+
#### :rocket: Enhancement
12+
* [#2155](https://github.com/ember-cli/eslint-plugin-ember/pull/2155) Add new ember-data rule: `require-async-inverse-relationship` ([@wozny1989](https://github.com/wozny1989))
13+
* [#2157](https://github.com/ember-cli/eslint-plugin-ember/pull/2157) Consider `_test.{js|ts|gjs|gts}` as test file. ([@HEYGUL](https://github.com/HEYGUL))
14+
15+
#### :bug: Bug Fix
16+
* [#2159](https://github.com/ember-cli/eslint-plugin-ember/pull/2159) Fix deprecation blocking eslint v9 ([@LucasHill](https://github.com/LucasHill))
17+
* [#2151](https://github.com/ember-cli/eslint-plugin-ember/pull/2151) Fix false positive error for `no-runloop` ([@mkszepp](https://github.com/mkszepp))
18+
19+
#### :house: Internal
20+
* [#2153](https://github.com/ember-cli/eslint-plugin-ember/pull/2153) Fix API deprecations blocking eslint v9 compatibility ([@LucasHill](https://github.com/LucasHill))
21+
22+
#### Committers: 4
23+
- Adam Woźny ([@wozny1989](https://github.com/wozny1989))
24+
- GUL ([@HEYGUL](https://github.com/HEYGUL))
25+
- Lucas Hill ([@LucasHill](https://github.com/LucasHill))
26+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
27+
28+
829
## v12.1.1 (2024-05-21)
930

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

0 commit comments

Comments
 (0)