Skip to content

Commit 7975dd8

Browse files
committed
Release 12.1.0
1 parent 63c8f6a commit 7975dd8

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33

44

55

6+
7+
## v12.1.0 (2024-05-14)
8+
9+
#### :rocket: Enhancement
10+
* [#2117](https://github.com/ember-cli/eslint-plugin-ember/pull/2117) update ember eslint parser ([@patricklx](https://github.com/patricklx))
11+
12+
#### :bug: Bug Fix
13+
* [#2107](https://github.com/ember-cli/eslint-plugin-ember/pull/2107) include recommended ts-eslint rules for gts ([@patricklx](https://github.com/patricklx))
14+
15+
#### :memo: Documentation
16+
* [#2142](https://github.com/ember-cli/eslint-plugin-ember/pull/2142) Fix spread operator sample in `no-array-prototype-extensions` rule doc ([@mkszepp](https://github.com/mkszepp))
17+
18+
#### Committers: 2
19+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
20+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
21+
622
## v12.0.2 (2024-02-15)
723

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

0 commit comments

Comments
 (0)