Skip to content

Commit c105744

Browse files
committed
chore: release v0.1.0
1 parent 8631e71 commit c105744

File tree

3 files changed

+29
-5
lines changed

3 files changed

+29
-5
lines changed

CHANGELOG.md

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1-
# [0.0.10] - Changes
1+
### Changelog
22

3-
- Added Preserve Formatting
3+
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4+
5+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6+
7+
#### [0.1.0](https://github.com/hsayed21/json-i18n-key/compare/0.0.10...0.1.0)
8+
9+
- ci: automate release [`8f604e7`](https://github.com/hsayed21/json-i18n-key/commit/8f604e7a2e93218256bee5a6fd5312404f86e626)
10+
- 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)
12+
13+
#### [0.0.10](https://github.com/hsayed21/json-i18n-key/compare/v0.0.2...0.0.10)
14+
15+
> 12 December 2024
16+
17+
- refactor: convert to typescript [`2d56b9b`](https://github.com/hsayed21/json-i18n-key/commit/2d56b9b1d5842c2738aa95740c8f8b367739ce78)
18+
- refactor: ♻️ update some of files [`bc8fc01`](https://github.com/hsayed21/json-i18n-key/commit/bc8fc0124361002a2727d1fda5ddce867e1234f6)
19+
- Added Preserve Formating "Initial" [`b268e50`](https://github.com/hsayed21/json-i18n-key/commit/b268e50db9fb0811c37edcf9c4033ee4e88ebd5f)
20+
21+
#### v0.0.2
22+
23+
> 23 September 2024
24+
25+
- Initial commit [`19a6a6b`](https://github.com/hsayed21/json-i18n-key/commit/19a6a6b759be19b7b59e5413394bfeffcc767119)
26+
- Add auto-publish workflow and update publisher name in package.json [`4028d12`](https://github.com/hsayed21/json-i18n-key/commit/4028d1235f364deb7bd1e6c8e15e641be440860e)
27+
- Update repository and bug URLs in package.json [`490cf8e`](https://github.com/hsayed21/json-i18n-key/commit/490cf8e572b7cc7228031c684c1c09166dcda2f4)

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.0.10",
7+
"version": "0.1.0",
88
"engines": {
99
"vscode": "^1.93.0"
1010
},

0 commit comments

Comments
 (0)