From c5153180e7fc80083050a693c7876776b57e1ba5 Mon Sep 17 00:00:00 2001 From: Michael Kerr Date: Thu, 22 Feb 2024 14:39:15 +0000 Subject: [PATCH] v4.6.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bbfc8d4..465dad18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ + +## v4.6.0 (2024-02-22) + +#### :rocket: Enhancement +* [#656](https://github.com/mainmatter/ember-intl-analyzer/pull/656) handles `t('my-key')` in JS files ([@poulet42](https://github.com/poulet42)) +* [#655](https://github.com/mainmatter/ember-intl-analyzer/pull/655) Add custom t helper support ([@Mikek2252](https://github.com/Mikek2252)) +* [#649](https://github.com/mainmatter/ember-intl-analyzer/pull/649) Add support for listing redundant whitelist entries ([@robinborst95](https://github.com/robinborst95)) +* [#648](https://github.com/mainmatter/ember-intl-analyzer/pull/648) Add support for gjs/gts files ([@vstefanovic97](https://github.com/vstefanovic97)) + +#### :house: Internal +* [#652](https://github.com/mainmatter/ember-intl-analyzer/pull/652) Update dependency eslint-config-prettier to v9.1.0 ([@renovate[bot]](https://github.com/apps/renovate)) +* [#651](https://github.com/mainmatter/ember-intl-analyzer/pull/651) Update dependency eslint to v8.56.0 ([@renovate[bot]](https://github.com/apps/renovate)) + +#### Committers: 5 +- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator)) +- Corentin ([@poulet42](https://github.com/poulet42)) +- Michael Kerr ([@Mikek2252](https://github.com/Mikek2252)) +- Robin Borst ([@robinborst95](https://github.com/robinborst95)) +- Vuk ([@vstefanovic97](https://github.com/vstefanovic97)) + ## v4.5.0 (2024-01-30) #### :rocket: Enhancement diff --git a/package.json b/package.json index f936dd0a..b2f1165a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-intl-analyzer", - "version": "4.5.0", + "version": "4.6.0", "description": "Find unused translations in your Ember.js projects", "homepage": "https://github.com/Mainmatter/ember-intl-analyzer", "repository": "git@github.com:Mainmatter/ember-intl-analyzer.git",