Browse Source

-> v0.38.2

gh-786 v0.38.2
Rich-Harris 8 years ago
parent
commit
4b6b6f744b
  1. 6
      CHANGELOG.md
  2. 2
      package.json

6
CHANGELOG.md

@ -1,5 +1,11 @@
# rollup changelog
## 0.38.2
* Preserve `var` declarations in dead branches ([#997](https://github.com/rollup/rollup/issues/997))
* Warn if exporting a call expression that looks like a function declaration ([#1011](https://github.com/rollup/rollup/issues/1011))
* Wrap function expressions in parentheses if necessary ([#1011](https://github.com/rollup/rollup/issues/1011))
## 0.38.1
* Fix sourcemap comment removal ([#1104](https://github.com/rollup/rollup/issues/1104))

2
package.json

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

Loading…
Cancel
Save