Skip to content

Commit c878822

Browse files
committed
v1.3.1
1 parent 6bbee6b commit c878822

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
### [1.3.1](https://github.com/herberttn/vite-plugin-typescript-transform/compare/1.3.0...1.3.1) (2024-05-17)
4+
5+
6+
### Bug Fixes
7+
8+
* respect tsconfig.override ([#5](https://github.com/herberttn/vite-plugin-typescript-transform/issues/5)) ([6bbee6b](https://github.com/herberttn/vite-plugin-typescript-transform/commit/6bbee6b67905dda5d0d59b67961d7dc6f6539782))
9+
310
## [1.3.0](https://github.com/herberttn/vite-plugin-typescript-transform/compare/1.2.2...1.3.0) (2024-03-04)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-typescript-transform",
33
"description": "Applies the TypeScript compiler during Vite transform build phase.",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)