Skip to content

Commit

Permalink
chore: release vscode@2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed Jun 13, 2024
1 parent 0b5ad53 commit 3635982
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.4.1](https://github.com/tomjs/vscode/compare/vscode%402.4.0...vscode%402.4.1) (2024-06-14)

- fix: i18.t method error [0b5ad53](https://github.com/tomjs/vscode/commit/0b5ad53)

## [2.4.0](https://github.com/tomjs/vscode/compare/vscode%402.3.0...vscode%402.4.0) (2024-06-11)

- feat: add constructor and use method to I18n class [c1927f5](https://github.com/tomjs/vscode/commit/c1927f5)
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tomjs/vscode",
"version": "2.4.0",
"version": "2.4.1",
"description": "Some utilities to simplify the development of VSCode Extensions",
"keywords": [
"vscode",
Expand Down

0 comments on commit 3635982

Please sign in to comment.