Skip to content

Commit 08f2005

Browse files
committed
Release 12.0.1
1 parent 8c5d4e4 commit 08f2005

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11

22

33

4+
5+
## v12.0.1 (2024-02-13)
6+
7+
#### :bug: Bug Fix
8+
* [#2071](https://github.com/ember-cli/eslint-plugin-ember/pull/2071) Fix nested classes case in `no-ember-super-in-es-classes` ([@CvX](https://github.com/CvX))
9+
10+
#### :memo: Documentation
11+
* [#2088](https://github.com/ember-cli/eslint-plugin-ember/pull/2088) add doc about gts imports in ts files ([@patricklx](https://github.com/patricklx))
12+
* [#2068](https://github.com/ember-cli/eslint-plugin-ember/pull/2068) add `plugin:@typescript-eslint/recommended` to readme for GTS ([@evoactivity](https://github.com/evoactivity))
13+
14+
#### :house: Internal
15+
* [#2090](https://github.com/ember-cli/eslint-plugin-ember/pull/2090) Refresh lockfile ([@bmish](https://github.com/bmish))
16+
17+
#### Committers: 4
18+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
19+
- Jarek Radosz ([@CvX](https://github.com/CvX))
20+
- Liam Potter ([@evoactivity](https://github.com/evoactivity))
21+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
22+
23+
424
## v12.0.0 (2024-01-13)
525

626
#### :boom: Breaking Change

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

0 commit comments

Comments
 (0)