Skip to content

Commit 3607891

Browse files
committed
Release 11.0.4
1 parent 319af78 commit 3607891

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@
1212

1313

1414

15+
16+
## v11.0.4 (2022-07-29)
17+
18+
#### :bug: Bug Fix
19+
* [#1546](https://github.com/ember-cli/eslint-plugin-ember/pull/1546) Fix false positives with `RSVP.Promise.reject()` in `no-array-prototype-extensions` rule ([@bmish](https://github.com/bmish))
20+
21+
#### :memo: Documentation
22+
* [#1545](https://github.com/ember-cli/eslint-plugin-ember/pull/1545) Improve documentation for `no-*-prototype-extensions` rules ([@bmish](https://github.com/bmish))
23+
24+
#### Committers: 1
25+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
26+
27+
1528
## v11.0.3 (2022-07-26)
1629

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

0 commit comments

Comments
 (0)