From 37c598b383fb1680f0552d471ba72079636f059e Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 15 Jul 2015 12:18:14 -0400 Subject: [PATCH] -> 0.11.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ef601f..28f88c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # rollup changelog +## 0.11.0 + +* Experimental browser-friendly build (`dist/rollup.browser.js`) ([#25](https://github.com/rollup/rollup/issues/25)) +* Internal re-architecting to make discovery process simpler and more performant +* Preservation of side-effects that happen in a separate module to the affected definition ([#39](https://github.com/rollup/rollup/issues/39)) + ## 0.10.0 * Better sorting algorithm – sorting happens at the module level, rather than the statement level. This avoids certain edge cases diff --git a/package.json b/package.json index 78c71a6..79c405f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.10.0", + "version": "0.11.0", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",