diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b2564f..3c6bca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # rollup changelog +## 0.20.5 + +* Ensure re-exports don't create a local binding ([#270](https://github.com/rollup/rollup/pull/270)) + ## 0.20.4 * Check file exists at resolve time, to allow filenames with non-extension dots in them ([#250](https://github.com/rollup/rollup/pull/250)) diff --git a/package.json b/package.json index 2fb0eee..25746f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.20.4", + "version": "0.20.5", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",