From 54ea4dbbcd5dc59e1e3f2903f7be9bec5dbf9f73 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 30 Sep 2015 16:43:13 -0400 Subject: [PATCH] -> 0.17.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d09837a..ccda459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # rollup changelog +## 0.17.3 + +* Handle parenthesised default exports ([#136](https://github.com/rollup/rollup/issues/136)) + ## 0.17.2 * Allow use of scoped npm packages ([#131](https://github.com/rollup/rollup/issues/131)) diff --git a/package.json b/package.json index 75004ff..0fb1e72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.17.2", + "version": "0.17.3", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",