Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jan 6, 2012
1 parent bb2887b commit b4fbd70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.md
@@ -1,3 +1,12 @@
v0.1.3 - Jan 6, 2012
--------------------

Small "emergency" bugfixes, thanks @tricknotes.

### Fixed:
* Exit when compilation completes in Node 0.6. (#112)
* Fix typo in the help text when typing `js2coffee`. (#113)

v0.1.2 - Oct 15, 2011
---------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"description": "JavaScript to CoffeeScript compiler",
"keywords": ["javascript", "coffeescript", "language", "compiler"],
"author": "Rico Sta. Cruz",
"version": "0.1.2",
"version": "0.1.3",
"engines": {
"node": ">=0.4.0"
},
Expand Down

0 comments on commit b4fbd70

Please sign in to comment.