Skip to content

Commit

Permalink
Release 11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Jul 23, 2022
1 parent 2494212 commit d0f34e8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@




## v11.0.2 (2022-07-23)

#### :bug: Bug Fix
* [#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))
* [#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))

#### Committers: 2
- Bryan Mishkin ([@bmish](https://github.com/bmish))
- Giles Thompson ([@gilest](https://github.com/gilest))


## v11.0.1 (2022-07-21)

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

0 comments on commit d0f34e8

Please sign in to comment.