Skip to content

Commit

Permalink
Release 12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Aug 17, 2024
1 parent af62351 commit 367a439
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@




## v12.2.0 (2024-08-17)

#### :rocket: Enhancement
* [#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))
* [#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))

#### :bug: Bug Fix
* [#2159](https://github.com/ember-cli/eslint-plugin-ember/pull/2159) Fix deprecation blocking eslint v9 ([@LucasHill](https://github.com/LucasHill))
* [#2151](https://github.com/ember-cli/eslint-plugin-ember/pull/2151) Fix false positive error for `no-runloop` ([@mkszepp](https://github.com/mkszepp))

#### :house: Internal
* [#2153](https://github.com/ember-cli/eslint-plugin-ember/pull/2153) Fix API deprecations blocking eslint v9 compatibility ([@LucasHill](https://github.com/LucasHill))

#### Committers: 4
- Adam Woźny ([@wozny1989](https://github.com/wozny1989))
- GUL ([@HEYGUL](https://github.com/HEYGUL))
- Lucas Hill ([@LucasHill](https://github.com/LucasHill))
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))


## v12.1.1 (2024-05-21)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-ember",
"version": "12.1.1",
"version": "12.2.0",
"description": "ESLint plugin for Ember.js apps",
"keywords": [
"eslint",
Expand Down

0 comments on commit 367a439

Please sign in to comment.