From ac1a0ef85223bfb709c81ce3e731784e84993ecc Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 16 Jul 2015 10:18:25 -0400 Subject: [PATCH] -> 0.11.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28f88c9..637b446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # rollup changelog +## 0.11.1 + +* Support for `export * from '..'` ([#46](https://github.com/rollup/rollup/pull/46)) + ## 0.11.0 * Experimental browser-friendly build (`dist/rollup.browser.js`) ([#25](https://github.com/rollup/rollup/issues/25)) diff --git a/package.json b/package.json index 79c405f..f2cb8c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.11.0", + "version": "0.11.1", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",