Skip to content

Commit 9585daa

Browse files
committed
v1.2.0
1 parent 7699aa5 commit 9585daa

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [1.2.0](https://github.com/herberttn/vite-plugin-typescript-transform/compare/1.0.2...1.2.0) (2023-07-03)
4+
5+
6+
### Features
7+
8+
* add jsdoc to options type ([7699aa5](https://github.com/herberttn/vite-plugin-typescript-transform/commit/7699aa54cf1bb8752474eaffdf76e5e8c3b617f9))
9+
310
### [1.0.2](https://github.com/herberttn/vite-plugin-typescript-transform/compare/1.0.0...1.0.2) (2023-07-03)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.0.2",
4+
"version": "1.2.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)