Browse Source

-> 0.7.3

contingency-plan v0.7.3
Rich-Harris 10 years ago
parent
commit
42709b0a06
  1. 6
      CHANGELOG.md
  2. 2
      package.json

6
CHANGELOG.md

@ -1,5 +1,11 @@
# rollup changelog # rollup changelog
## 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))
* Better positioning of comments ([#14](https://github.com/rollup/rollup/issues/14))
* Various fixes to get Travis-CI rigged up
## 0.7.2 ## 0.7.2
* Fix sourcemap paths on Windows ([#6](https://github.com/rollup/rollup/pull/6)) * Fix sourcemap paths on Windows ([#6](https://github.com/rollup/rollup/pull/6))

2
package.json

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

Loading…
Cancel
Save