Browse Source

-> v0.34.12

rewrite v0.34.12
Rich-Harris 8 years ago
parent
commit
7ad9f6914d
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -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))

2
package.json

@ -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",

Loading…
Cancel
Save