Browse Source

-> v0.34.11

rewrite v0.34.11
Rich Harris 8 years ago
parent
commit
32aa67583c
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,5 +1,10 @@
# rollup changelog
## 0.34.11
* Prevent leaky state when `bundle` is reused ([#875](https://github.com/rollup/rollup/issues/875))
* Ensure `intro` appears before interop block ([#880](https://github.com/rollup/rollup/issues/880))
## 0.34.10
* Allow custom `options.context` to replace top-level `this` ([#851](https://github.com/rollup/rollup/issues/851))

2
package.json

@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "0.34.10",
"version": "0.34.11",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"module": "dist/rollup.es.js",

Loading…
Cancel
Save