From 152afb9732975188c7f4bf716c143da549afd432 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sun, 18 Sep 2016 17:57:25 -0400 Subject: [PATCH] -> v0.36.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4f31b..a25081a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # rollup changelog +## 0.36.0 + +* `export { foo as default }` no longer creates a live binding ([#860](https://github.com/rollup/rollup/issues/860)) + ## 0.35.15 * Warn on missing unused imports in deshadowing phase ([#928](https://github.com/rollup/rollup/issues/928)) diff --git a/package.json b/package.json index 84ae321..ba2eeba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.35.15", + "version": "0.36.0", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "module": "dist/rollup.es.js",