Skip to content

Commit d357f01

Browse files
committed
Release 11.4.5
1 parent 4295eef commit d357f01

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
@@ -23,6 +23,17 @@
2323

2424

2525

26+
27+
28+
29+
## v11.4.5 (2023-01-28)
30+
31+
#### :bug: Bug Fix
32+
* [#1748](https://github.com/ember-cli/eslint-plugin-ember/pull/1748) Ignore Ember Data `store` service calls in `no-array-prototype-extensions` rule ([@bmish](https://github.com/bmish))
33+
* [#1761](https://github.com/ember-cli/eslint-plugin-ember/pull/1761) Fix false positive with `Promise.any()` in `no-array-prototype-extensions` rule ([@bmish](https://github.com/bmish))
34+
35+
#### Committers: 1
36+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
2637

2738

2839
## v11.4.4 (2023-01-23)

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

0 commit comments

Comments
 (0)