Browse Source

-> 0.20.3

better-aggressive v0.20.3
Rich-Harris 9 years ago
parent
commit
a00509f3df
  1. 7
      CHANGELOG.md
  2. 2
      package.json

7
CHANGELOG.md

@ -1,5 +1,12 @@
# rollup changelog
## 0.20.3
* Fix bug where multiple `export *` declarations caused error ([#244](https://github.com/rollup/rollup/pulls/244))
* Missing namespace exports are a warning, not an error ([#244](https://github.com/rollup/rollup/pulls/244))
* Plugins can provide `banner` and `footer` options (string, or function that returns a string) ([#235](https://github.com/rollup/rollup/issues/235))
* Warn on encountering `eval` ([#186](https://github.com/rollup/rollup/issues/186))
## 0.20.2
* Handle errors in build config file

2
package.json

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

Loading…
Cancel
Save