Skip to content

Commit

Permalink
Release 10.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed May 4, 2022
1 parent 3fe1393 commit 34b0e22
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 @@ -7,6 +7,16 @@




## v10.6.1 (2022-05-04)

#### :bug: Bug Fix
* [#1476](https://github.com/ember-cli/eslint-plugin-ember/pull/1476) Catch `replace` in `no-array-prototype-extensions` rule ([@smilland](https://github.com/smilland))

#### Committers: 1
- Hang Li ([@smilland](https://github.com/smilland))


## v10.6.0 (2022-04-08)

#### :rocket: Enhancement
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": "10.6.0",
"version": "10.6.1",
"description": "ESLint plugin for Ember.js apps",
"keywords": [
"eslint",
Expand Down

0 comments on commit 34b0e22

Please sign in to comment.