diff --git a/CHANGELOG.md b/CHANGELOG.md index 901b4806938..4ea71ed8b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # rollup changelog +## 0.45.2 + +* Fix interop when import is a string ([#1486](https://github.com/rollup/rollup/issues/1486)) +* Separate `resolvedIds` from `resolvedExternalIds` ([#1490](https://github.com/rollup/rollup/pull/1490)) +* Add `--extend` flag to CLI ([#1482](https://github.com/rollup/rollup/pull/1482)) + ## 0.45.1 * Remove `weak` from `optionalDependencies` ([#1483](https://github.com/rollup/rollup/issues/1483)) diff --git a/package.json b/package.json index 310b12badc5..f2a44f3d1ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.45.1", + "version": "0.45.2", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "module": "dist/rollup.es.js",