Browse Source

-> v0.34.10

rewrite v0.34.10
Rich Harris 8 years ago
parent
commit
f8129e496a
  1. 6
      CHANGELOG.md
  2. 2
      package.json

6
CHANGELOG.md

@ -1,5 +1,11 @@
# rollup changelog
## 0.34.10
* Allow custom `options.context` to replace top-level `this` ([#851](https://github.com/rollup/rollup/issues/851))
* Fix `noConflict` when used via `rollup --config` ([#846](https://github.com/rollup/rollup/issues/846))
* Place `outro` block *after* export block ([#852](https://github.com/rollup/rollup/issues/852))
## 0.34.9
* Disable indentation by default, for faster bundle generation ([#812](https://github.com/rollup/rollup/pull/812))

2
package.json

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

Loading…
Cancel
Save