Browse Source

-> 0.7.4

contingency-plan v0.7.4
Rich-Harris 10 years ago
parent
commit
13e91ab4f3
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.7.4
* More precise statement re-ordering to satisfy `export default` constraint (fixes bug introduced in 0.7.3)
## 0.7.3
* Default exports are not bound. To enable this, statements within a module are sorted to retain their original order ([#15](https://github.com/rollup/rollup/issues/15))

2
package.json

@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "0.7.3",
"version": "0.7.4",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"jsnext:main": "src/rollup.js",

Loading…
Cancel
Save