Skip to content

Commit e56d0e4

Browse files
committed
v1.1.0
1 parent 552d520 commit e56d0e4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.1.0 2014-08-09 10:06:10+0900
2+
3+
* compile_file now takes tsc(1) options (#3):
4+
`TypeScript::Node.compile_file('file', '--target', 'ES5')`
5+
16
## v1.0.0 2014-08-09 09:06:11+0900
27

38
* Depends on newer versions of typescript-src

lib/typescript-node/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module TypeScript
22
module Node
3-
VERSION = '1.0.0'
3+
VERSION = '1.1.0'
44
end
55
end

0 commit comments

Comments
 (0)