diff --git a/CHANGELOG.md b/CHANGELOG.md index d2fcbc6..e46c0a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # rollup changelog +## 0.35.5 + +* Allow empty for loop heads ([#919](https://github.com/rollup/rollup/issues/919)) + ## 0.35.4 * Preserve effects in for-of and for-in loops ([#870](https://github.com/rollup/rollup/issues/870)) diff --git a/package.json b/package.json index 928a68c..5a2c977 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.35.4", + "version": "0.35.5", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "module": "dist/rollup.es.js",