Skip to content

Commit c515318

Browse files
author
Michael Kerr
committed
v4.6.0
1 parent 37e4a55 commit c515318

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@
55

66

77

8+
9+
## v4.6.0 (2024-02-22)
10+
11+
#### :rocket: Enhancement
12+
* [#656](https://github.com/mainmatter/ember-intl-analyzer/pull/656) handles `t('my-key')` in JS files ([@poulet42](https://github.com/poulet42))
13+
* [#655](https://github.com/mainmatter/ember-intl-analyzer/pull/655) Add custom t helper support ([@Mikek2252](https://github.com/Mikek2252))
14+
* [#649](https://github.com/mainmatter/ember-intl-analyzer/pull/649) Add support for listing redundant whitelist entries ([@robinborst95](https://github.com/robinborst95))
15+
* [#648](https://github.com/mainmatter/ember-intl-analyzer/pull/648) Add support for gjs/gts files ([@vstefanovic97](https://github.com/vstefanovic97))
16+
17+
#### :house: Internal
18+
* [#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))
19+
* [#651](https://github.com/mainmatter/ember-intl-analyzer/pull/651) Update dependency eslint to v8.56.0 ([@renovate[bot]](https://github.com/apps/renovate))
20+
21+
#### Committers: 5
22+
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
23+
- Corentin ([@poulet42](https://github.com/poulet42))
24+
- Michael Kerr ([@Mikek2252](https://github.com/Mikek2252))
25+
- Robin Borst ([@robinborst95](https://github.com/robinborst95))
26+
- Vuk ([@vstefanovic97](https://github.com/vstefanovic97))
27+
828
## v4.5.0 (2024-01-30)
929

1030
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-intl-analyzer",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "Find unused translations in your Ember.js projects",
55
"homepage": "https://github.com/Mainmatter/ember-intl-analyzer",
66
"repository": "git@github.com:Mainmatter/ember-intl-analyzer.git",

0 commit comments

Comments
 (0)