Skip to content

Commit b88c4ea

Browse files
committed
v1.1.1
1 parent 9b200fa commit b88c4ea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.1.1 2015-04-19 15:40:00+0900
2+
3+
* Use capture3 instead of popen3 to handle tsc I/O.
4+
15
## v1.1.0 2014-08-09 10:06:10+0900
26

37
* compile_file now takes tsc(1) options (#3):

Diff for: 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.1.0'
3+
VERSION = '1.1.1'
44
end
55
end

0 commit comments

Comments
 (0)