Skip to content

Commit 821fee8

Browse files
committed
Release 11.4.3
1 parent e17b378 commit 821fee8

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

2222

2323

24+
25+
26+
27+
## v11.4.3 (2023-01-15)
28+
29+
#### :bug: Bug Fix
30+
* [#1735](https://github.com/ember-cli/eslint-plugin-ember/pull/1735) Fix crash from attempting to access non-existent dependent key in `no-tracked-property-from-args` rule ([@joancc](https://github.com/joancc))
31+
32+
#### Committers: 1
33+
- Joan Cejudo ([@joancc](https://github.com/joancc))
2434

2535

2636
## v11.4.2 (2023-01-04)

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

0 commit comments

Comments
 (0)