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",