Skip to content

Commit 3adeb7a

Browse files
chore(main): release 0.1.2 (#6)
1 parent fd6ec53 commit 3adeb7a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.1.2](https://github.com/transloadit/ts-fly/compare/v0.1.1...v0.1.2) (2023-05-16)
4+
5+
6+
### Features
7+
8+
* add TS definitions ([015fd8c](https://github.com/transloadit/ts-fly/commit/015fd8c87ba42f0fc87e897b070f4f4452d5fff0))
9+
10+
11+
### Bug Fixes
12+
13+
* optimize handling on JS files ([e4c713a](https://github.com/transloadit/ts-fly/commit/e4c713afe78770f623b6836f3d5175a2ccdea5a7))
14+
315
## [0.1.1](https://github.com/transloadit/ts-fly/compare/v0.1.0...v0.1.1) (2023-05-16)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transloadit/ts-fly",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Run TS on-the-fly on Node.js",
55
"packageManager": "yarn@3.5.0+sha224.8f42459cf3e9d5e6b89b7f432466d6b4017c6d948798ba16725e047f",
66
"pre-commit": "lint-staged",

0 commit comments

Comments
 (0)