diff --git a/CHANGELOG.md b/CHANGELOG.md index 009ccd4..52f2197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # rollup changelog +## 0.25.2 + +* Skip dead branches of a conditional expression (#[465](https://github.com/rollup/rollup/pull/465)) +* Allow globals to be exported ([#472](https://github.com/rollup/rollup/pull/472)) +* Ensure reassigned exports are exported ([#484](https://github.com/rollup/rollup/issues/484)) + ## 0.25.1 * Throw error if namespace is called ([#446](https://github.com/rollup/rollup/issues/446)) diff --git a/package.json b/package.json index 1d8bdc0..e1c676b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.25.1", + "version": "0.25.2", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",