Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
herberttn committed Mar 4, 2024
1 parent 4ce7744 commit 372f9fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [1.3.0](https://github.com/herberttn/vite-plugin-typescript-transform/compare/1.2.2...1.3.0) (2024-03-04)


### Features

* support extends when parsing tsconfig.json file ([4ce7744](https://github.com/herberttn/vite-plugin-typescript-transform/commit/4ce7744b31b7b98e9f57d314af04751711426acd))

### [1.2.2](https://github.com/herberttn/vite-plugin-typescript-transform/compare/1.2.1...1.2.2) (2023-07-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-typescript-transform",
"description": "Applies the TypeScript compiler during Vite transform build phase.",
"version": "1.2.2",
"version": "1.3.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 372f9fd

Please sign in to comment.