Skip to content

Commit

Permalink
Release 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed May 14, 2024
1 parent 63c8f6a commit 7975dd8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@




## v12.1.0 (2024-05-14)

#### :rocket: Enhancement
* [#2117](https://github.com/ember-cli/eslint-plugin-ember/pull/2117) update ember eslint parser ([@patricklx](https://github.com/patricklx))

#### :bug: Bug Fix
* [#2107](https://github.com/ember-cli/eslint-plugin-ember/pull/2107) include recommended ts-eslint rules for gts ([@patricklx](https://github.com/patricklx))

#### :memo: Documentation
* [#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))

#### Committers: 2
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
- Patrick Pircher ([@patricklx](https://github.com/patricklx))

## v12.0.2 (2024-02-15)

#### :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.0.2",
"version": "12.1.0",
"description": "ESLint plugin for Ember.js apps",
"keywords": [
"eslint",
Expand Down

0 comments on commit 7975dd8

Please sign in to comment.