Skip to content

Commit d0f34e8

Browse files
committed
Release 11.0.2
1 parent 2494212 commit d0f34e8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010

1111

1212

13+
14+
## v11.0.2 (2022-07-23)
15+
16+
#### :bug: Bug Fix
17+
* [#1538](https://github.com/ember-cli/eslint-plugin-ember/pull/1538) Fix false positive with simple Set/Map-initialized objects in `no-array-prototype-extensions` rule ([@bmish](https://github.com/bmish))
18+
* [#1539](https://github.com/ember-cli/eslint-plugin-ember/pull/1539) Fix false positive with `RSVP.reject()` in `no-array-prototype-extensions` ([@gilest](https://github.com/gilest))
19+
20+
#### Committers: 2
21+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
22+
- Giles Thompson ([@gilest](https://github.com/gilest))
23+
24+
1325
## v11.0.1 (2022-07-21)
1426

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

0 commit comments

Comments
 (0)