Skip to content

Commit 49b1a61

Browse files
committed
Release 11.12.0
1 parent ccf36ea commit 49b1a61

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,20 @@
4040

4141

4242

43+
44+
45+
46+
## v11.12.0 (2023-12-12)
47+
48+
#### :rocket: Enhancement
49+
* [#2020](https://github.com/ember-cli/eslint-plugin-ember/pull/2020) Support ESLint flat config ([@bmish](https://github.com/bmish))
50+
51+
#### :bug: Bug Fix
52+
* [#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))
53+
54+
#### Committers: 2
55+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
56+
- Peter Wagenet ([@wagenet](https://github.com/wagenet))
4357

4458

4559
## v11.11.1 (2023-08-22)

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

0 commit comments

Comments
 (0)