Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jul 3, 2015
1 parent 4e38ac5 commit 45da34e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions HISTORY.md
@@ -1,10 +1,10 @@
## [v2.0.5] - Jul 3, 2015
## [v2.1.0] - Jul 3, 2015

- [#383] - Update Esprima version. ([@ariya])

[#383]: https://github.com/js2coffee/js2coffee/issues/383
[@ariya]: https://github.com/ariya
[v2.0.5]: https://github.com/js2coffee/js2coffee/compare/v2.0.4...v2.0.5
[v2.1.0]: https://github.com/js2coffee/js2coffee/compare/v2.0.4...v2.1.0

## [v2.0.4] - May 5, 2015

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ js2coffee --help

Also available via CDN (`window.js2coffee`):

> [](#version) `http://cdn.rawgit.com/js2coffee/js2coffee/v2.0.4/dist/js2coffee.js`
> [](#version) `http://cdn.rawgit.com/js2coffee/js2coffee/v2.1.0/dist/js2coffee.js`
<br>

Expand Down
2 changes: 1 addition & 1 deletion dist/js2coffee.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "js2coffee",
"version": "2.0.4",
"version": "2.1.0",
"description": "JavaScript to CoffeeScript compiler",
"homepage": "http://js2.coffee",
"main": "dist/js2coffee.js",
Expand Down

0 comments on commit 45da34e

Please sign in to comment.