Skip to content

Commit

Permalink
chore: release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed Jun 3, 2024
1 parent 14ddc2f commit c49025c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## [2.3.0](https://github.com/tomjs/vite-plugin-vscode/compare/v2.2.0...v2.3.0) (2024-06-03)

- chore: remove np [14ddc2f](https://github.com/tomjs/vite-plugin-vscode/commit/14ddc2f)
- feat: ddd private field to package.json in examples [a31570b](https://github.com/tomjs/vite-plugin-vscode/commit/a31570b)
- feat: when webview is production, remove Whitespace [bb13f8c](https://github.com/tomjs/vite-plugin-vscode/commit/bb13f8c)
- feat: add custom csp option to webview [3e52440](https://github.com/tomjs/vite-plugin-vscode/commit/3e52440)
- chore: add packageManager [8a8b504](https://github.com/tomjs/vite-plugin-vscode/commit/8a8b504)
- docs: synchronous Chinese readme [62bc2e9](https://github.com/tomjs/vite-plugin-vscode/commit/62bc2e9)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tomjs/vite-plugin-vscode",
"version": "2.2.0",
"version": "2.3.0",
"description": "Use vue/react to develop 'vscode extension webview', supporting esm/cjs",
"keywords": [
"vite",
Expand Down

0 comments on commit c49025c

Please sign in to comment.