From be76a1ff7acab007c88a1aebc4094cb574e9f71a Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Thu, 5 Jan 2017 13:00:44 -0500 Subject: [PATCH] -> v0.40.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92fa262..7b61888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # rollup changelog +## 0.40.2 + +* Add `file` property to sourcemaps for bundles with plugins (#986](https://github.com/rollup/rollup/issues/986)) +* Don't require globals for empty imports ([#1217](https://github.com/rollup/rollup/issues/1217)) + ## 0.40.1 * Allow missing space between `export default` and declaration ([#1218](https://github.com/rollup/rollup/pull/1218)) diff --git a/package.json b/package.json index 2ca30a2..1a8ec0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.40.1", + "version": "0.40.2", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "module": "dist/rollup.es.js",