@ -1,5 +1,9 @@
# rollup changelog
## 0.34.12
* Fix `rollup --watch` ([#887](https://github.com/rollup/rollup/issues/887))
## 0.34.11
* Prevent leaky state when `bundle` is reused ([#875](https://github.com/rollup/rollup/issues/875))
@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "0.34.11",
"version": "0.34.12",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"module": "dist/rollup.es.js",