From 9fc406b3fe73318998b06081a20cc760594cd039 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sat, 5 Dec 2015 15:08:43 -0500 Subject: [PATCH] -> 0.21.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c841971..08b2cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # rollup changelog +## 0.21.2 + +* Missing relative imports are an error, not a warning ([#321](https://github.com/rollup/rollup/issues/321)) +* Fixed incorrectly renamed default exports in ES6 bundles ([#339](https://github.com/rollup/rollup/issues/339)) +* Fixed infinite recursion bug ([#341](https://github.com/rollup/rollup/issues/341)) + ## 0.21.1 * Remove `aggressive: true` (was too aggressive) ([#309](https://github.com/rollup/rollup/pull/309)) diff --git a/package.json b/package.json index 1aae3e5..1768d03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.21.1", + "version": "0.21.2", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",