Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Nov 16, 2023
1 parent b3c59b2 commit 3b654cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/plugin-vue-jsx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 3.1.0 (2023-11-16)

* refactor(plugin-vue-jsx): improve the readability (#289) ([a13cfbd](https://github.com/vitejs/vite-plugin-vue/commit/a13cfbd)), closes [#289](https://github.com/vitejs/vite-plugin-vue/issues/289)
* fix(deps): update all non-major dependencies (#242) ([5b2f9c8](https://github.com/vitejs/vite-plugin-vue/commit/5b2f9c8)), closes [#242](https://github.com/vitejs/vite-plugin-vue/issues/242)
* fix(deps): update all non-major dependencies (#262) ([c316d43](https://github.com/vitejs/vite-plugin-vue/commit/c316d43)), closes [#262](https://github.com/vitejs/vite-plugin-vue/issues/262)
* chore: vite 5 peerDep for vite-plugin-vue-jsx (#291) ([a74db21](https://github.com/vitejs/vite-plugin-vue/commit/a74db21)), closes [#291](https://github.com/vitejs/vite-plugin-vue/issues/291)



## <small>3.0.2 (2023-08-17)</small>

* chore: bump vite ([ffe74e5](https://github.com/vitejs/vite-plugin-vue/commit/ffe74e5))
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-vue-jsx",
"version": "3.0.2",
"version": "3.1.0",
"license": "MIT",
"author": "Evan You",
"files": [
Expand Down

0 comments on commit 3b654cd

Please sign in to comment.