Skip to content

Commit e31728c

Browse files
author
Lucy Lin
committed
Release 11.4.7
1 parent cc33ece commit e31728c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@
2525

2626

2727

28+
29+
30+
31+
## v11.4.7 (2023-03-02)
32+
33+
#### :bug: Bug Fix
34+
* [#1793](https://github.com/ember-cli/eslint-plugin-ember/pull/1793) [gjs] Fix bug with regex issues when parsing GLIMMER_TEMPLATE ([@hmajoros](https://github.com/hmajoros))
35+
* [#1792](https://github.com/ember-cli/eslint-plugin-ember/pull/1792) [gjs] Return original diagnostic if transformed line matches original line in glimmer preprocessor ([@hmajoros](https://github.com/hmajoros))
36+
37+
#### Committers: 1
38+
- Hank Majoros ([@hmajoros](https://github.com/hmajoros))
2839

2940

3041
## v11.4.6 (2023-02-01)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-ember",
3-
"version": "11.4.6",
3+
"version": "11.4.7",
44
"description": "ESLint plugin for Ember.js apps",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)