From 58328dc47617cc93d45feced55a56a5f2fb0b875 Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:01:47 -0400 Subject: [PATCH] Release 11.11.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfacafc4ac..3f32b61fb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,16 @@ + + + +## v11.11.0 (2023-08-21) + +#### :rocket: Enhancement +* [#1920](https://github.com/ember-cli/eslint-plugin-ember/pull/1920) Use custom parser for gts/gjs ([@patricklx](https://github.com/patricklx)) + +#### Committers: 1 +- Patrick Pircher ([@patricklx](https://github.com/patricklx)) ## v11.10.0 (2023-07-07) diff --git a/package.json b/package.json index 7ca65f818f..829805f660 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-ember", - "version": "11.10.0", + "version": "11.11.0", "description": "ESLint plugin for Ember.js apps", "keywords": [ "eslint",