Skip to content

Commit 16a6962

Browse files
committed
v0.3.0
1 parent a4723c4 commit 16a6962

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-node",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"preferGlobal": true,
55
"description": "TypeScript execution environment for node",
66
"main": "dist/ts-node.js",

src/ts-node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import chalk = require('chalk')
1212
/**
1313
* Export the current version.
1414
*/
15-
export const VERSION = '0.2.5'
15+
export const VERSION = '0.3.0'
1616

1717
/**
1818
* Extensions to compile using TypeScript.

0 commit comments

Comments
 (0)