Skip to content

Commit 5f57e3d

Browse files
committed
Release 10.5.9
1 parent 65ec12b commit 5f57e3d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@
55

66

77

8+
9+
## v10.5.9 (2022-02-14)
10+
11+
#### :bug: Bug Fix
12+
* [#1431](https://github.com/ember-cli/eslint-plugin-ember/pull/1431) Fix crash in `jquery-ember-run` rule ([@ef4](https://github.com/ef4))
13+
14+
#### :memo: Documentation
15+
* [#1410](https://github.com/ember-cli/eslint-plugin-ember/pull/1410) Fix broken URLs in documentation ([@bmish](https://github.com/bmish))
16+
17+
#### :house: Internal
18+
* [#1402](https://github.com/ember-cli/eslint-plugin-ember/pull/1402) Add GitHub Actions to Dependabot config ([@ddzz](https://github.com/ddzz))
19+
20+
#### Committers: 3
21+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
22+
- Darius D. ([@ddzz](https://github.com/ddzz))
23+
- Edward Faulkner ([@ef4](https://github.com/ef4))
24+
25+
826
## v10.5.8 (2021-11-23)
927

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

0 commit comments

Comments
 (0)