diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cc0ce5..fca57fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # rollup changelog +## 0.32.3 + +* Generated correct sourcemaps with reified namespaces ([#668](https://github.com/rollup/rollup/issues/668)) +* Exclude plugin helper modules from sourcemaps ([#747](https://github.com/rollup/rollup/pull/747)) + ## 0.32.2 * Allow `--globals` to work with `--external` or `options.external` in whatever configuration ([#743](https://github.com/rollup/rollup/issues/743)) diff --git a/package.json b/package.json index 76ee2e6..9dd3eef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.32.2", + "version": "0.32.3", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "dist/rollup.es.js",