From 299841a35866237d1a31327b48589fab0a7f323d Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Sat, 4 Nov 2023 17:07:44 -0400 Subject: [PATCH] Release 5.12.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76810b93b..14e5b190e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 53ffc7739..6577cfea2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ember-template-lint", - "version": "5.11.2", + "version": "5.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ember-template-lint", - "version": "5.11.2", + "version": "5.12.0", "license": "MIT", "dependencies": { "@lint-todo/utils": "^13.1.1", diff --git a/package.json b/package.json index e20d9861c..c88e7f46d 100644 --- a/package.json +++ b/package.json @@ -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",