Skip to content

Commit fd83412

Browse files
committed
Release 11.0.3
1 parent 41992cd commit fd83412

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
@@ -11,6 +11,17 @@
1111

1212

1313

14+
15+
## v11.0.3 (2022-07-26)
16+
17+
#### :bug: Bug Fix
18+
* [#1544](https://github.com/ember-cli/eslint-plugin-ember/pull/1544) Fix false positive with Set/Map-initialized *private* class properties in `no-array-prototype-extensions` rule ([@bmish](https://github.com/bmish))
19+
* [#1543](https://github.com/ember-cli/eslint-plugin-ember/pull/1543) Fix false positive with Set/Map-initialized *public* class properties in `no-array-prototype-extensions` rule ([@bmish](https://github.com/bmish))
20+
21+
#### Committers: 1
22+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
23+
24+
1425
## v11.0.2 (2022-07-23)
1526

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

0 commit comments

Comments
 (0)