@ -1,5 +1,9 @@
# rollup changelog
## 0.16.3
* Prevent adjacent blocks of multiple var declarations causing magic-string failure ([#105](https://github.com/rollup/rollup/issues/105))
## 0.16.2
* Top-level function calls and assignments to globals are treated as side-effects, and always included
@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "0.16.2",
"version": "0.16.3",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"jsnext:main": "src/rollup.js",