Skip to content

Commit

Permalink
chore: release v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Sep 15, 2023
1 parent 187f0d4 commit 9a2392a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.5.2](https://github.com/hemengke1997/vite-plugin-public-typescript/compare/v1.5.1...v1.5.2) (2023-09-15)


### Bug Fixes

* hmr error when server restart ([187f0d4](https://github.com/hemengke1997/vite-plugin-public-typescript/commit/187f0d40d7737ab07bd85bafcb9c2dd97c509f3c))



## [1.5.1](https://github.com/hemengke1997/vite-plugin-public-typescript/compare/v1.5.0...v1.5.1) (2023-09-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-public-typescript",
"type": "module",
"version": "1.5.1",
"version": "1.5.2",
"description": "A vite plugin that compiles typescript to javascript for direct use in the browser. 编译typescript至javascript,供浏览器直接使用",
"author": "hemengke <https://github.com/hemengke1997>",
"license": "MIT",
Expand Down

0 comments on commit 9a2392a

Please sign in to comment.