From 96bf3a2aa5e227c0df99727103242487c7e098ae Mon Sep 17 00:00:00 2001 From: hsayed21 Date: Fri, 20 Dec 2024 01:49:14 +0200 Subject: [PATCH] chore: release v0.2.0 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7924638..b72128b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.2.0](https://github.com/hsayed21/json-i18n-key/compare/0.1.0...0.2.0) + +- ci: format release notes with emoji [`6284061`](https://github.com/hsayed21/json-i18n-key/commit/6284061a1d67eeff44c7c8e9da70ebba9bcf1794) +- feat: new option to auto detect i18n translation files [`2e401fe`](https://github.com/hsayed21/json-i18n-key/commit/2e401fe7920c0cd56fb1607836297cacf1dd24e0) +- feat: new option for format key when adding or renaming [`ad01e91`](https://github.com/hsayed21/json-i18n-key/commit/ad01e912eaf1d743faa055a5456d59013c227784) + #### [0.1.0](https://github.com/hsayed21/json-i18n-key/compare/0.0.10...0.1.0) +> 16 December 2024 + - ci: automate release [`8f604e7`](https://github.com/hsayed21/json-i18n-key/commit/8f604e7a2e93218256bee5a6fd5312404f86e626) - feat: cache keys for optimize searching [`8631e71`](https://github.com/hsayed21/json-i18n-key/commit/8631e711f86dd91e16b26031cb466c774f2f0ee1) -- Update auto-publish.yml [`b3b9999`](https://github.com/hsayed21/json-i18n-key/commit/b3b99994b8e64c80b19b09a191c2189cc11672bc) +- chore: release v0.1.0 [`c105744`](https://github.com/hsayed21/json-i18n-key/commit/c1057443dff4ee5463bcb61267e7f773ca873291) #### [0.0.10](https://github.com/hsayed21/json-i18n-key/compare/v0.0.2...0.0.10) diff --git a/package-lock.json b/package-lock.json index f67a71e..a0901dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "json-i18n-key", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "json-i18n-key", - "version": "0.1.0", + "version": "0.2.0", "dependencies": { "jsonpath-plus": "^9.0.0" }, diff --git a/package.json b/package.json index 55659ef..b015e34 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A Visual Studio Code extension to help you manage translation keys in JSON files.", "author": "Hamada Sayed", "publisher": "hsayed", - "version": "0.1.0", + "version": "0.2.0", "engines": { "vscode": "^1.93.0" },