Skip to content

Commit

Permalink
chore: release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Apr 26, 2024
1 parent fdbf5f4 commit 2f091a0
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.4.0](https://github.com/hemengke1997/vite-plugin-public-typescript/compare/v2.3.0...v2.4.0) (2024-04-26)


### Bug Fixes

* skip ssr build, fix babel target bug ([fdbf5f4](https://github.com/hemengke1997/vite-plugin-public-typescript/commit/fdbf5f4e2ee864b5c0faa0c93be3a23ec3fb7217))


### Performance Improvements

* enhance dts exports ([354a827](https://github.com/hemengke1997/vite-plugin-public-typescript/commit/354a827dbef5e68e3641bff711f0797ba9ab89b9))



# [2.3.0](https://github.com/hemengke1997/vite-plugin-public-typescript/compare/v2.2.5...v2.3.0) (2024-02-07)


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.3.0",
"version": "2.4.0",
"description": "vite plugin for inject public typescript into html. (Think it as compiled public javascript)",
"type": "module",
"keywords": [
Expand Down

0 comments on commit 2f091a0

Please sign in to comment.