Browse Source

-> 0.20.2

better-aggressive v0.20.2
Rich Harris 9 years ago
parent
commit
e41c37fdb1
  1. 6
      CHANGELOG.md
  2. 2
      package.json

6
CHANGELOG.md

@ -1,5 +1,11 @@
# rollup changelog
## 0.20.2
* Handle errors in build config file
* More robust deconflicting, in cases where e.g. `foo$1` already exists
* Use Rollup CLI for own build process
## 0.20.1
* Support `--config` file to enable plugins with CLI ([#226](https://github.com/rollup/rollup/pulls/226))

2
package.json

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

Loading…
Cancel
Save