Skip to content

Commit 561befc

Browse files
committed
Release 12.0.0-alpha.4
1 parent cdf76ba commit 561befc

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11

2+
3+
## v12.0.0-alpha.4 (2023-12-22)
4+
5+
#### :boom: Breaking Change
6+
* [#2028](https://github.com/ember-cli/eslint-plugin-ember/pull/2028) Move gjs/gts parser to `ember-eslint-parser` library ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
7+
8+
#### :house: Internal
9+
* [#2036](https://github.com/ember-cli/eslint-plugin-ember/pull/2036) Add `lint:fix` script ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
* [#2037](https://github.com/ember-cli/eslint-plugin-ember/pull/2037) Add volta in package.json ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
12+
#### Committers: 1
13+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
14+
15+
216
## v12.0.0-alpha.3 (2023-12-13)
317

418
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)