Skip to content

Commit

Permalink
chore: release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Oct 30, 2023
1 parent 743e58f commit 6ccbf65
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 @@
## [2.0.1](https://github.com/hemengke1997/vite-plugin-public-typescript/compare/v2.0.0...v2.0.1) (2023-10-30)


### Bug Fixes

* fixed manifest being undefined under ssr or standalone env ([743e58f](https://github.com/hemengke1997/vite-plugin-public-typescript/commit/743e58f8403498d7a38d179e44aa8a8928d03426))



# [2.0.0](https://github.com/hemengke1997/vite-plugin-public-typescript/compare/v1.5.5...v2.0.0) (2023-10-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-public-typescript",
"version": "2.0.0",
"version": "2.0.1",
"description": "A vite plugin that compiles typescript to javascript for direct use in the browser. 动态编译 typescript 至 javascript 的 vite插件",
"type": "module",
"keywords": [
Expand Down

0 comments on commit 6ccbf65

Please sign in to comment.