Skip to content

Commit d8c7d9b

Browse files
committed
v1.2.2
1 parent a2d5a74 commit d8c7d9b

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.2.2](https://github.com/herberttn/vite-plugin-typescript-transform/compare/1.2.1...1.2.2) (2023-07-04)
4+
5+
6+
### Bug Fixes
7+
8+
* sourcemap and error code frame ([a2d5a74](https://github.com/herberttn/vite-plugin-typescript-transform/commit/a2d5a745a019d8b7b71589be3963dd75fcbc4e4f))
9+
310
### [1.2.1](https://github.com/herberttn/vite-plugin-typescript-transform/compare/1.2.0...1.2.1) (2023-07-03)
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.2.1",
4+
"version": "1.2.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)