diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e45d2..a98bda6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # rollup changelog +## 0.25.6 + +* Fix a regression introduced by #566 ([#569](https://github.com/rollup/rollup/issues/569)) +* Prune dead conditional expressions more carefully ([#567](https://github.com/rollup/rollup/issues/567)) + ## 0.25.5 * Make sure shorthand destructuring assignments don't break ([#528](https://github.com/rollup/rollup/issues/528)) diff --git a/package.json b/package.json index 54757ff..1cedd24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.25.5", + "version": "0.25.6", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",