From c2ad42ba25c04abd11cd83e40e755788314a38c5 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 26 May 2015 17:53:02 -0400 Subject: [PATCH] -> 0.6.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b384a31..68ba34e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # rollup changelog +## 0.6.3 + +* Fix exports and external module imports with some output formats +* Fix endless cycle bug on Windows ([#3](https://github.com/rollup/rollup/pull/3)) - thanks @Bobris + ## 0.6.2 * Permit assignments to properties of imported bindings diff --git a/package.json b/package.json index 20cad0d..ee51e17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.6.2", + "version": "0.6.3", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",