From cd3901630fbeac213161abddfe287897ee6afc7e Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 13 Aug 2015 11:45:55 -0400 Subject: [PATCH] -> 0.13.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de5c1b..9c948fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # rollup changelog +## 0.13.0 + +* Support `banner` and `footer` options ([#66](https://github.com/rollup/rollup/pull/66)) +* Remove pre-existing sourcemap comments ([#66](https://github.com/rollup/rollup/pull/66)) +* Deconflict external imports ([#66](https://github.com/rollup/rollup/pull/66)) +* Use existing AST, if provided ([#66](https://github.com/rollup/rollup/pull/66)) +* Rename internal namespace exports as appropriate ([#66](https://github.com/rollup/rollup/pull/66)) +* Remove uninitialised var declarations that get exported ([#66](https://github.com/rollup/rollup/pull/66)) +* Rename variables named `exports` to avoid conflicts ([#66](https://github.com/rollup/rollup/pull/66)) + ## 0.12.1 * Don't attempt to mark statements belonging to external modules ([#68](https://github.com/rollup/rollup/issues/68)) diff --git a/package.json b/package.json index 250c18d..b68a38d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.12.1", + "version": "0.13.0", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",