Browse Source

-> 0.6.1

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

4
CHANGELOG.md

@ -1,5 +1,9 @@
# rollup changelog
## 0.6.1
* Support for basic transformers
## 0.6.0
* BREAKING - `rollup.rollup` and `bundle.write` both take a single options argument

2
package.json

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

Loading…
Cancel
Save