diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f694ef..ef5e39f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # rollup changelog +## 0.6.5 + +* Add sourceMappingURL comment to code, as appropriate +* Higher resolution sourcemaps + ## 0.6.4 * Fix CJS bundling with default export diff --git a/package.json b/package.json index a29e1e1..57861e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.6.4", + "version": "0.6.5", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",