From 4ea44596a33ee0d5c3cf331794adef137b53bbae Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Thu, 15 Feb 2024 10:40:14 -0500 Subject: [PATCH] Release 12.0.2 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f7d82b01d..0e4076af4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ + +## v12.0.2 (2024-02-15) + +#### :bug: Bug Fix +* [#2092](https://github.com/ember-cli/eslint-plugin-ember/pull/2092) Fix flat config for gts/gjs and `noop` parser name ([@bmish](https://github.com/bmish)) +* [#2091](https://github.com/ember-cli/eslint-plugin-ember/pull/2091) Upgrade ember-eslint-parser to 0.3.6 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* [#2093](https://github.com/ember-cli/eslint-plugin-ember/pull/2093) Update linting ([@bmish](https://github.com/bmish)) + +#### Committers: 2 +- Bryan Mishkin ([@bmish](https://github.com/bmish)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + + ## v12.0.1 (2024-02-13) #### :bug: Bug Fix diff --git a/package.json b/package.json index 0fba1d5cdf..20e6ba6879 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-ember", - "version": "12.0.1", + "version": "12.0.2", "description": "ESLint plugin for Ember.js apps", "keywords": [ "eslint",