diff --git a/HISTORY.md b/HISTORY.md index d03f8f35..2333886a 100644 --- a/HISTORY.md +++ b/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 --------------------- diff --git a/package.json b/package.json index cfef9f03..a0eb95b9 100644 --- a/package.json +++ b/package.json @@ -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" },