We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe1393 commit 34b0e22Copy full SHA for 34b0e22
CHANGELOG.md
@@ -7,6 +7,16 @@
7
8
9
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
20
## v10.6.0 (2022-04-08)
21
22
#### :rocket: Enhancement
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-ember",
3
- "version": "10.6.0",
+ "version": "10.6.1",
4
"description": "ESLint plugin for Ember.js apps",
5
"keywords": [
6
"eslint",
0 commit comments