Skip to content

Commit 96bf3a2

Browse files
committed
chore: release v0.2.0
1 parent 2e401fe commit 96bf3a2

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [0.2.0](https://github.com/hsayed21/json-i18n-key/compare/0.1.0...0.2.0)
8+
9+
- ci: format release notes with emoji [`6284061`](https://github.com/hsayed21/json-i18n-key/commit/6284061a1d67eeff44c7c8e9da70ebba9bcf1794)
10+
- feat: new option to auto detect i18n translation files [`2e401fe`](https://github.com/hsayed21/json-i18n-key/commit/2e401fe7920c0cd56fb1607836297cacf1dd24e0)
11+
- feat: new option for format key when adding or renaming [`ad01e91`](https://github.com/hsayed21/json-i18n-key/commit/ad01e912eaf1d743faa055a5456d59013c227784)
12+
713
#### [0.1.0](https://github.com/hsayed21/json-i18n-key/compare/0.0.10...0.1.0)
814

15+
> 16 December 2024
16+
917
- ci: automate release [`8f604e7`](https://github.com/hsayed21/json-i18n-key/commit/8f604e7a2e93218256bee5a6fd5312404f86e626)
1018
- feat: cache keys for optimize searching [`8631e71`](https://github.com/hsayed21/json-i18n-key/commit/8631e711f86dd91e16b26031cb466c774f2f0ee1)
11-
- Update auto-publish.yml [`b3b9999`](https://github.com/hsayed21/json-i18n-key/commit/b3b99994b8e64c80b19b09a191c2189cc11672bc)
19+
- chore: release v0.1.0 [`c105744`](https://github.com/hsayed21/json-i18n-key/commit/c1057443dff4ee5463bcb61267e7f773ca873291)
1220

1321
#### [0.0.10](https://github.com/hsayed21/json-i18n-key/compare/v0.0.2...0.0.10)
1422

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A Visual Studio Code extension to help you manage translation keys in JSON files.",
55
"author": "Hamada Sayed",
66
"publisher": "hsayed",
7-
"version": "0.1.0",
7+
"version": "0.2.0",
88
"engines": {
99
"vscode": "^1.93.0"
1010
},

0 commit comments

Comments
 (0)