Skip to content

Commit e2c068d

Browse files
committed
v1.0.0
1 parent 8398f1e commit e2c068d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
3+
## 1.0.0 (2023-07-03)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add first implementation
9+
10+
### Features
11+
12+
* add first implementation ([b4670aa](https://github.com/herberttn/vite-plugin-typescript-transform/commit/b4670aa35e55aff9f545d4849c05f17e9501a737))

Diff for: package-lock.json

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

Diff for: 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": "0.0.0",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)