Skip to content

Commit

Permalink
chore: release vscode-webview@2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed Oct 8, 2024
1 parent 0d4fc90 commit 7333710
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/vscode-webview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.0](https://github.com/tomjs/vscode/compare/vscode-webview%401.1.0...vscode-webview%402.0.0) (2024-10-08)

- feat: export wrapper class and remove instances [0d4fc90](https://github.com/tomjs/vscode/commit/0d4fc90)

## [1.1.0](https://github.com/tomjs/vscode/compare/vscode-webview%401.0.6...vscode-webview%401.1.0) (2024-09-29)

- feat: add webviewApi export [1f09225](https://github.com/tomjs/vscode/commit/1f09225)
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-webview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tomjs/vscode-webview",
"version": "1.1.0",
"version": "2.0.0",
"description": "Optimize the postMessage issue between webview page and vscode extension",
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 7333710

Please sign in to comment.