Skip to content

Commit

Permalink
chore: release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Oct 30, 2023
1 parent ef1dd60 commit b13ab84
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [2.0.2](https://github.com/hemengke1997/vite-plugin-public-typescript/compare/v2.0.1...v2.0.2) (2023-10-30)


### Bug Fixes

* injected scripts maybe undefined ([062325a](https://github.com/hemengke1997/vite-plugin-public-typescript/commit/062325a902b80407caf6bc77b402909448e551d2))


### Features

* export `ScriptDescriptor` type ([ef1dd60](https://github.com/hemengke1997/vite-plugin-public-typescript/commit/ef1dd60c0ae25e39900e9e2a9ed44fc42cb35ae2))



## [2.0.1](https://github.com/hemengke1997/vite-plugin-public-typescript/compare/v2.0.0...v2.0.1) (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.1",
"version": "2.0.2",
"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 b13ab84

Please sign in to comment.