Skip to content

Commit

Permalink
chore(release): v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsayed21 committed Dec 27, 2024
1 parent badf884 commit 1ab53e3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,22 @@ 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).

#### [v0.4.0](https://github.com/hsayed21/json-i18n-key/compare/v0.3.0...v0.4.0)

- feat: support diagnostics and quick fixes for missing keys [`266ed89`](https://github.com/hsayed21/json-i18n-key/commit/266ed8925b4f532073254d5532530b717ed26145)
- feat: new command to copy key values from existing ones [`badf884`](https://github.com/hsayed21/json-i18n-key/commit/badf8840634960f86863ecc6e4f8188ba3881331)
- chore: update regex for KeyPath [`311904b`](https://github.com/hsayed21/json-i18n-key/commit/311904bfa63a207ba92a8adfec657adb885f87c1)
- fix: watcher was not fired [`0d6c9f4`](https://github.com/hsayed21/json-i18n-key/commit/0d6c9f44c4bc60481a1a2180f8fb9e41275a6299)
- ci: not include release version commit in notes [`bfc143b`](https://github.com/hsayed21/json-i18n-key/commit/bfc143be7d7bb9b9793ebdd8e0cc5e674af322f5)

#### [v0.3.0](https://github.com/hsayed21/json-i18n-key/compare/v0.2.0...v0.3.0)

> 21 December 2024
- feat: new option for suggest existing keys for reuse when adding new one [`0939412`](https://github.com/hsayed21/json-i18n-key/commit/093941225d8dbace5bb508111c4619dc373a6f5a)
- feat: new command to clean up unused translation keys [`27bd752`](https://github.com/hsayed21/json-i18n-key/commit/27bd752ccfe4e0a3bd8aa22ad4703b11a33ca281)
- feat: new command search for keys and values that contain a specific string [`5d26b8c`](https://github.com/hsayed21/json-i18n-key/commit/5d26b8c94db60c720aa2f2dab8072a42c7dfd32a)
- chore(release): v0.3.0 [`3650ab5`](https://github.com/hsayed21/json-i18n-key/commit/3650ab589e1e5f6e131a4bf6e22d47f7ca478581)
- ci: skip release commits in 'release notes' [`e320845`](https://github.com/hsayed21/json-i18n-key/commit/e3208459bbb9e1a415bf6b7833aaccbeab335621)

#### [v0.2.0](https://github.com/hsayed21/json-i18n-key/compare/0.1.0...v0.2.0)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0",
"version": "0.4.0",
"engines": {
"vscode": "^1.93.0"
},
Expand Down Expand Up @@ -196,8 +196,14 @@
},
"capabilities": {
"codeActionProvider": {
"languages": ["typescript", "javascript", "html"],
"actions": ["quickfix"]
"languages": [
"typescript",
"javascript",
"html"
],
"actions": [
"quickfix"
]
}
},
"keybindings": [
Expand Down

0 comments on commit 1ab53e3

Please sign in to comment.