Skip to content

Commit

Permalink
v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikek2252 committed Feb 22, 2024
1 parent 37e4a55 commit c515318
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:Mainmatter/ember-intl-analyzer.git",
Expand Down

0 comments on commit c515318

Please sign in to comment.