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 ed983a2 commit 36b0c39Copy full SHA for 36b0c39
CHANGELOG.md
@@ -6,6 +6,16 @@
6
7
8
9
+
10
+## v10.6.0 (2022-04-08)
11
12
+#### :rocket: Enhancement
13
+* [#1461](https://github.com/ember-cli/eslint-plugin-ember/pull/1461) Add new rule `no-array-prototype-extensions` ([@smilland](https://github.com/smilland))
14
15
+#### Committers: 1
16
+- Hang Li ([@smilland](https://github.com/smilland))
17
18
19
## v10.5.9 (2022-02-14)
20
21
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-ember",
3
- "version": "10.5.9",
+ "version": "10.6.0",
4
"description": "ESLint plugin for Ember.js apps",
5
"keywords": [
"eslint",
0 commit comments