Browse Source

-> 0.6.3

contingency-plan v0.6.3
Rich Harris 10 years ago
parent
commit
c2ad42ba25
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,5 +1,10 @@
# rollup changelog
## 0.6.3
* Fix exports and external module imports with some output formats
* Fix endless cycle bug on Windows ([#3](https://github.com/rollup/rollup/pull/3)) - thanks @Bobris
## 0.6.2
* Permit assignments to properties of imported bindings

2
package.json

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

Loading…
Cancel
Save