Skip to content

Commit 42a3e85

Browse files
committed
Release 11.0.1
1 parent 890a49a commit 42a3e85

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
@@ -9,6 +9,16 @@
99

1010

1111

12+
13+
## v11.0.1 (2022-07-21)
14+
15+
#### :bug: Bug Fix
16+
* [#1536](https://github.com/ember-cli/eslint-plugin-ember/pull/1536) Ignore some commonly-known non-array functions/objects to reduce false positives in `no-array-prototype-extensions` rule ([@bmish](https://github.com/bmish))
17+
18+
#### Committers: 1
19+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
20+
21+
1222
## v11.0.0 (2022-07-20)
1323

1424
#### :boom: Breaking Change

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

0 commit comments

Comments
 (0)