diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a08bbd..29ffe1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # rollup changelog +## 0.20.1 + +* Support `--config` file to enable plugins with CLI ([#226](https://github.com/rollup/rollup/pulls/226)) +* Prevent `default` being used as variable name ([#215](https://github.com/rollup/rollup/issues/215)) +* Update deps + ## 0.20.0 * Support for [plugins](https://github.com/rollup/rollup/wiki/Plugins) ([#207](https://github.com/rollup/rollup/pulls/207)) diff --git a/package.json b/package.json index bfff99f..f0feea3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.20.0", + "version": "0.20.1", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",