Browse Source

-> v0.26.6

ghi-672 v0.26.6
Rich-Harris 9 years ago
parent
commit
ff425d3759
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,5 +1,10 @@
# rollup changelog # rollup changelog
## 0.26.6
* Deconflict named imports from external modules in ES bundles ([#659](https://github.com/rollup/rollup/issues/659))
* Support `options.preferConst` to generate `const` declarations for exports rather than `var` declarations ([#653](https://github.com/rollup/rollup/issues/653))
## 0.26.5 ## 0.26.5
* Preserve `debugger` statements ([#664](https://github.com/rollup/rollup/issues/664)) * Preserve `debugger` statements ([#664](https://github.com/rollup/rollup/issues/664))

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "rollup", "name": "rollup",
"version": "0.26.5", "version": "0.26.6",
"description": "Next-generation ES6 module bundler", "description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js", "main": "dist/rollup.js",
"jsnext:main": "src/rollup.js", "jsnext:main": "src/rollup.js",

Loading…
Cancel
Save