Skip to content

Commit c4922a2

Browse files
committed
Release 11.0.5
1 parent 4c5c086 commit c4922a2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313

1414

1515

16+
17+
## v11.0.5 (2022-08-02)
18+
19+
#### :bug: Bug Fix
20+
* [#1552](https://github.com/ember-cli/eslint-plugin-ember/pull/1552) Fix false positive with `reject()` on instance of `RSVP.defer()` in `no-array-prototype-extensions` rule ([@bmish](https://github.com/bmish))
21+
* [#1547](https://github.com/ember-cli/eslint-plugin-ember/pull/1547) Improve false positive detection, especially for variable names containing Set/Map, in `no-array-prototype-extensions` rule ([@bmish](https://github.com/bmish))
22+
23+
#### Committers: 1
24+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
25+
26+
1627
## v11.0.4 (2022-07-29)
1728

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

0 commit comments

Comments
 (0)