Skip to content

Commit 208e6b6

Browse files
committed
Release 11.5.2
1 parent 7e82eb1 commit 208e6b6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@
3030

3131

3232

33+
34+
35+
36+
## v11.5.2 (2023-04-22)
37+
38+
#### :bug: Bug Fix
39+
* [#1841](https://github.com/ember-cli/eslint-plugin-ember/pull/1841) Fix a bug in autofixer and autofix additional cases with `firstObject and `lastObject` in `no-get` rule ([@ArtixZ](https://github.com/ArtixZ))
40+
41+
#### Committers: 1
42+
- [@ArtixZ](https://github.com/ArtixZ)
3343

3444

3545
## v11.5.1 (2023-04-07)

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

0 commit comments

Comments
 (0)