Skip to content

Commit

Permalink
release: v4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Oct 11, 2024
1 parent dc3cbfe commit 6c35975
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.2.4](https://github.com/qmhc/vite-plugin-dts/compare/v4.2.3...v4.2.4) (2024-10-11)

### Bug Fixes

- provide default baseUrl and correctly parse tsconfig paths ([#386](https://github.com/qmhc/vite-plugin-dts/issues/386)) ([dc3cbfe](https://github.com/qmhc/vite-plugin-dts/commit/dc3cbfe3451c548fa928bd666c5b467a5fc03a1a)), closes [#330](https://github.com/qmhc/vite-plugin-dts/issues/330) [#330](https://github.com/qmhc/vite-plugin-dts/issues/330)
- should re-emit all source files when change in watch mode ([a7e1c0c](https://github.com/qmhc/vite-plugin-dts/commit/a7e1c0cb80cf25056e02e04414af9412eeeea750)), closes [#383](https://github.com/qmhc/vite-plugin-dts/issues/383)

## [4.2.3](https://github.com/qmhc/vite-plugin-dts/compare/v4.2.2...v4.2.3) (2024-09-30)

### Bug Fixes
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-dts",
"version": "4.2.3",
"version": "4.2.4",
"type": "module",
"packageManager": "[email protected]",
"license": "MIT",
Expand Down

0 comments on commit 6c35975

Please sign in to comment.