Skip to content

Commit 36b0c39

Browse files
committed
Release 10.6.0
1 parent ed983a2 commit 36b0c39

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
@@ -6,6 +6,16 @@
66

77

88

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+
919
## v10.5.9 (2022-02-14)
1020

1121
#### :bug: Bug Fix

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

0 commit comments

Comments
 (0)