diff --git a/CHANGELOG.md b/CHANGELOG.md index 9408986..51eca14 100644 --- a/CHANGELOG.md +++ b/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)) diff --git a/package.json b/package.json index 76ee18e..f7af247 100644 --- a/package.json +++ b/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",