Skip to content

Commit

Permalink
-> 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed May 26, 2015
1 parent 583552e commit c25e678
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# rollup changelog

## 0.6.4

* Fix CJS bundling with default export

## 0.6.3

* Fix exports and external module imports with some output formats
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "0.6.3",
"version": "0.6.4",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"jsnext:main": "src/rollup.js",
Expand Down

0 comments on commit c25e678

Please sign in to comment.