diff --git a/CHANGELOG.md b/CHANGELOG.md index a9de5f8..163d0e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # rollup changelog +## 0.34.1 + +* Support `paths` config ([#754](https://github.com/rollup/rollup/issues/754)) +* Allow `export *` from external module, internally + ## 0.34.0 * Use resolved IDs for relative imports that are also external modules, to allow `options.globals` to work with them ([#763](https://github.com/rollup/rollup/issues/763)) diff --git a/package.json b/package.json index ed15d8c..9f9b6f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.34.0", + "version": "0.34.1", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "dist/rollup.es.js",