Skip to content

Commit

Permalink
Release 11.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed May 31, 2023
1 parent b6e28f1 commit 9a2768f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@






## v11.8.0 (2023-05-31)

#### :rocket: Enhancement
* [#1847](https://github.com/ember-cli/eslint-plugin-ember/pull/1847) Add `useAt` option to autofix `.lastObject` to `.at(-1)` in `no-get` rule ([@ArtixZ](https://github.com/ArtixZ))

#### Committers: 1
- [@ArtixZ](https://github.com/ArtixZ)


## v11.7.2 (2023-05-23)
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.7.2",
"version": "11.8.0",
"description": "ESLint plugin for Ember.js apps",
"keywords": [
"eslint",
Expand Down

0 comments on commit 9a2768f

Please sign in to comment.