Skip to content

Commit dedbd63

Browse files
committed
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.0...v1.5.0) (2024-12-03) ### Features * Handle multiple ":" in translation keys ([5ca8ec5](5ca8ec5)), closes [#73](#73) * Print missing translation keys on extract and check ([6f76d33](6f76d33)), closes [#72](#72) * Show untranslated error for invalid nested keys ([eba4750](eba4750)), closes [#74](#74)
1 parent eba4750 commit dedbd63

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.5.0](https://github.com/freakzlike/i18n-extract/compare/v1.4.0...v1.5.0) (2024-12-03)
2+
3+
4+
### Features
5+
6+
* Handle multiple ":" in translation keys ([5ca8ec5](https://github.com/freakzlike/i18n-extract/commit/5ca8ec5ebca0768ce0b50d1350bc5e1c3564676b)), closes [#73](https://github.com/freakzlike/i18n-extract/issues/73)
7+
* Print missing translation keys on extract and check ([6f76d33](https://github.com/freakzlike/i18n-extract/commit/6f76d336db66028c5374d5f2377ba5e923c3a22e)), closes [#72](https://github.com/freakzlike/i18n-extract/issues/72)
8+
* Show untranslated error for invalid nested keys ([eba4750](https://github.com/freakzlike/i18n-extract/commit/eba47507e142d5da43672bf28af5dab30a3c9984)), closes [#74](https://github.com/freakzlike/i18n-extract/issues/74)
9+
110
# [1.4.0](https://github.com/freakzlike/i18n-extract/compare/v1.3.1...v1.4.0) (2024-10-13)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@freakzlike/i18n-extract",
33
"description": "Minimalistic and low dependency translation key extractor",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"license": "MIT",
66
"author": {
77
"name": "Freakzlike"

0 commit comments

Comments
 (0)