diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fc1eb2f26..3f7805e775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,17 @@ + + + +## v11.4.7 (2023-03-02) + +#### :bug: Bug Fix +* [#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)) +* [#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)) + +#### Committers: 1 +- Hank Majoros ([@hmajoros](https://github.com/hmajoros)) ## v11.4.6 (2023-02-01) diff --git a/package.json b/package.json index 8eab292937..2caec5ae77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-ember", - "version": "11.4.6", + "version": "11.4.7", "description": "ESLint plugin for Ember.js apps", "keywords": [ "eslint",