Skip to content

Commit

Permalink
chore: release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Nov 3, 2023
1 parent b7ad89c commit bb29618
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [2.2.0](https://github.com/hemengke1997/vite-plugin-public-typescript/compare/v2.1.1...v2.2.0) (2023-11-03)


### Bug Fixes

* remove old js file on vite start when manifest is not match js files ([58f5f23](https://github.com/hemengke1997/vite-plugin-public-typescript/commit/58f5f2350c3a643d105488361d9ad9276f81db3e))
* typo ([b7ad89c](https://github.com/hemengke1997/vite-plugin-public-typescript/commit/b7ad89cbb97bca1c4aa83c354f5beb4bf5fa7363))



## [2.1.1](https://github.com/hemengke1997/vite-plugin-public-typescript/compare/v2.1.0...v2.1.1) (2023-11-02)


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.1.1",
"version": "2.2.0",
"description": "vite plugin for dynamic compilation of typescript to javascript. 动态编译 typescript 至 javascript 的 vite插件",
"type": "module",
"keywords": [
Expand Down

0 comments on commit bb29618

Please sign in to comment.