Skip to content

Commit

Permalink
Release 11.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Jan 23, 2023
1 parent 9ded580 commit 0d8a471
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@






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

#### :bug: Bug Fix
* [#1749](https://github.com/ember-cli/eslint-plugin-ember/pull/1749) Ignore direct instantiation of `EmberArray` in `no-array-prototype-extensions` rule ([@canrozanes](https://github.com/canrozanes))

#### Committers: 1
- Can Rozanes ([@canrozanes](https://github.com/canrozanes))


## v11.4.3 (2023-01-15)
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.4.3",
"version": "11.4.4",
"description": "ESLint plugin for Ember.js apps",
"keywords": [
"eslint",
Expand Down

0 comments on commit 0d8a471

Please sign in to comment.