Skip to content

Commit 34b0e22

Browse files
committed
Release 10.6.1
1 parent 3fe1393 commit 34b0e22

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77

88

99

10+
11+
## v10.6.1 (2022-05-04)
12+
13+
#### :bug: Bug Fix
14+
* [#1476](https://github.com/ember-cli/eslint-plugin-ember/pull/1476) Catch `replace` in `no-array-prototype-extensions` rule ([@smilland](https://github.com/smilland))
15+
16+
#### Committers: 1
17+
- Hang Li ([@smilland](https://github.com/smilland))
18+
19+
1020
## v10.6.0 (2022-04-08)
1121

1222
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)