Skip to content

Commit

Permalink
Release 5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Nov 4, 2023
1 parent 2851a46 commit 299841a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@




## v5.12.0 (2023-11-04)

#### :rocket: Enhancement
* [#1931](https://github.com/ember-template-lint/ember-template-lint/pull/1931) Add new rule `no-action-on-submit-button` ([@JoaoDsv](https://github.com/JoaoDsv))
* [#2970](https://github.com/ember-template-lint/ember-template-lint/pull/2970) Support auto-lookup of `.mjs` and `.cjs` config files ([@bertdeblock](https://github.com/bertdeblock))

#### :bug: Bug Fix
* [#2982](https://github.com/ember-template-lint/ember-template-lint/pull/2982) Disable `modifier-name-case` rule for gjs/gts ([@chancancode](https://github.com/chancancode))

#### :memo: Documentation
* [#2967](https://github.com/ember-template-lint/ember-template-lint/pull/2967) Update example markup for consistency and errors ([@chrisrng](https://github.com/chrisrng))

#### Committers: 4
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- Chris Ng ([@chrisrng](https://github.com/chrisrng))
- Godfrey Chan ([@chancancode](https://github.com/chancancode))
- Joao Da Silva Marly ([@JoaoDsv](https://github.com/JoaoDsv))


## v5.11.2 (2023-08-12)

#### :bug: Bug Fix
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-template-lint",
"version": "5.11.2",
"version": "5.12.0",
"description": "Linter for Ember or Handlebars templates.",
"keywords": [
"ember",
Expand Down

0 comments on commit 299841a

Please sign in to comment.