Skip to content

Commit d82f4da

Browse files
author
Lucy Lin
committed
Release 11.4.8
1 parent db6cd55 commit d82f4da

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,19 @@
2626

2727

2828

29+
30+
31+
32+
## v11.4.8 (2023-03-14)
33+
34+
#### :bug: Bug Fix
35+
* [#1801](https://github.com/ember-cli/eslint-plugin-ember/pull/1801) Fix issue with token mapping for lint errors on template tokens in gjs/gts files by displaying eslint error on the opening `<template>` tag ([@hmajoros](https://github.com/hmajoros))
36+
* [#1788](https://github.com/ember-cli/eslint-plugin-ember/pull/1788) Fix `no-array-prototype extensions` undefined error from trying to access callee from non-CallExpression ([@canrozanes](https://github.com/canrozanes))
37+
* [#1795](https://github.com/ember-cli/eslint-plugin-ember/pull/1795) refactor glimmer post-process, better handle template tag ([@hmajoros](https://github.com/hmajoros))
38+
39+
#### Committers: 2
40+
- Can Rozanes ([@canrozanes](https://github.com/canrozanes))
41+
- Hank Majoros ([@hmajoros](https://github.com/hmajoros))
2942

3043

3144
## v11.4.7 (2023-03-02)

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

0 commit comments

Comments
 (0)