From 46804f7a4297af776e708cc889cf1cff5588a997 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sun, 28 Jun 2015 10:52:03 -0400 Subject: [PATCH] -> 0.8.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dfec69..d00d4f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # rollup changelog +## 0.8.3 + +* Correctly rename functions that have arguments with the same name ([#32](https://github.com/rollup/rollup/issues/32)) +* Ensure unused default exports are given a legal name ([#33](https://github.com/rollup/rollup/issues/33)) + ## 0.8.2 * Support `moduleId` and `moduleName` via CLI ([#24](https://github.com/rollup/rollup/issues/24)) diff --git a/package.json b/package.json index be126f1..24ae592 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.8.2", + "version": "0.8.3", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",