From c138ee428d2b43a274385ea7da07066406e02246 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 27 Oct 2015 10:28:51 -0400 Subject: [PATCH] -> 0.20.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",