Browse Source

-> v0.38.3

gh-786 v0.38.3
Rich-Harris 8 years ago
parent
commit
f8a09fd0bd
  1. 6
      CHANGELOG.md
  2. 2
      package.json

6
CHANGELOG.md

@ -1,5 +1,11 @@
# rollup changelog
## 0.38.3
* More informative warning for implicit external dependencies ([#1051](https://github.com/rollup/rollup/issues/1051))
* Warn when creating browser bundle with external dependencies on Node built-ins ([#1051](https://github.com/rollup/rollup/issues/1051))
* Statically analyse LogicalExpression nodes, for better dead code removal ([#1061](https://github.com/rollup/rollup/issues/1061))
## 0.38.2
* Preserve `var` declarations in dead branches ([#997](https://github.com/rollup/rollup/issues/997))

2
package.json

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

Loading…
Cancel
Save