From 34c22139b6bba247fafc44695d5745d36bd96398 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Fri, 27 Nov 2015 21:35:55 -0500 Subject: [PATCH] -> 0.21.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cea3601..c841971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # rollup changelog +## 0.21.1 + +* Remove `aggressive: true` (was too aggressive) ([#309](https://github.com/rollup/rollup/pull/309)) +* Handle top-level block statements ([#326](https://github.com/rollup/rollup/issues/326)) +* Optimise namespaces with default exports ([#314](https://github.com/rollup/rollup/issues/314)) + ## 0.21.0 * Only include statements whose side-effects are relevant (i.e. contribute to exports or affect global state) ([#253](https://github.com/rollup/rollup/pull/253)) ([#253](https://github.com/rollup/rollup/pull/253)) diff --git a/package.json b/package.json index 663b0c4..1aae3e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.21.0", + "version": "0.21.1", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",