Browse Source

-> 0.6.2

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

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.6.2
* Permit assignments to properties of imported bindings
## 0.6.1
* Support for basic transformers

2
package.json

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

Loading…
Cancel
Save