From 11e14cb0e61ccdcfc5ca3b8d9080fb8fe0e3c021 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Wed, 27 May 2015 09:09:23 -0400 Subject: [PATCH] -> 0.6.5 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",