Skip to content

Commit

Permalink
Bump to 0.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jun 5, 2011
1 parent 142f240 commit 7d76b40
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v0.0.3 - Jun 05, 2011
---------------------

### Fixed:
* Narcissus to not go into an infinite loop in the browser.
* Use `this` instead of `@` for better readability. (#10)

### Changed:
* Implement += and friends. (#9)
* Use 'cake' instead of 'make'.

v0.0.2 - June 4, 2011
---------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/js2coffee.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ p = (str) ->
''

exports =
version: '0.0.2'
version: '0.0.3'
build: (str) ->
trim(build(parser.parse(str)))
UnsupportedError: UnsupportedError
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "JavaScript to CoffeeScript compiler",
"keywords": ["javascript", "coffeescript", "language", "compiler"],
"author": "Rico Sta. Cruz",
"version": "0.0.2",
"version": "0.0.3",
"engines": {
"node": ">=0.4.0"
},
Expand Down

0 comments on commit 7d76b40

Please sign in to comment.