Skip to content

Commit

Permalink
Release 11.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-ll committed Dec 20, 2022
1 parent f73b1fb commit b192a26
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@




## v11.3.0 (2022-12-20)

#### :rocket: Enhancement
* [#1703](https://github.com/ember-cli/eslint-plugin-ember/pull/1703) Add new rule `no-runloop` ([@lin-ll](https://github.com/lin-ll))
* [#1702](https://github.com/ember-cli/eslint-plugin-ember/pull/1702) Add new rule `no-tracked-properties-from-args` ([@joancc](https://github.com/joancc))

#### :memo: Documentation
* [#1693](https://github.com/ember-cli/eslint-plugin-ember/pull/1693) Mention ESLint overrides for glob patterns in `no-restricted-service-injections` rule doc ([@bmish](https://github.com/bmish))

#### Committers: 3
- Bryan Mishkin ([@bmish](https://github.com/bmish))
- Joan Cejudo ([@joancc](https://github.com/joancc))
- Lucy Lin ([@lin-ll](https://github.com/lin-ll))


## v11.2.1 (2022-11-30)

#### :bug: Bug Fix
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": "11.2.1",
"version": "11.3.0",
"description": "ESLint plugin for Ember.js apps",
"keywords": [
"eslint",
Expand Down

0 comments on commit b192a26

Please sign in to comment.