Browse Source

-> 0.6.4

contingency-plan v0.6.4
Rich Harris 10 years ago
parent
commit
c25e678181
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
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

2
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",

Loading…
Cancel
Save