Skip to content

Commit 3723601

Browse files
committed
Release 11.2.1
1 parent 30b58c8 commit 3723601

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
@@ -17,6 +17,20 @@
1717

1818

1919

20+
21+
## v11.2.1 (2022-11-30)
22+
23+
#### :bug: Bug Fix
24+
* [#1687](https://github.com/ember-cli/eslint-plugin-ember/pull/1687) Don't lose optional chaining with `objectAt` in autofix for `no-array-prototype-extensions` rule ([@52052100](https://github.com/52052100))
25+
26+
#### :house: Internal
27+
* [#1686](https://github.com/ember-cli/eslint-plugin-ember/pull/1686) Temporarily skip failing test scenario for gjs/gts processor ([@nlfurniss](https://github.com/nlfurniss))
28+
29+
#### Committers: 2
30+
- Lan Yang ([@52052100](https://github.com/52052100))
31+
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
32+
33+
2034
## v11.2.0 (2022-10-27)
2135

2236
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)