From 42709b0a062b06f3eb7bfb86640b2ca6901e5033 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Fri, 5 Jun 2015 15:40:24 -0400 Subject: [PATCH] -> 0.7.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d39adc..0e75bef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # rollup changelog +## 0.7.3 + +* Default exports are not bound. To enable this, statements within a module are sorted to retain their original order ([#15](https://github.com/rollup/rollup/issues/15)) +* Better positioning of comments ([#14](https://github.com/rollup/rollup/issues/14)) +* Various fixes to get Travis-CI rigged up + ## 0.7.2 * Fix sourcemap paths on Windows ([#6](https://github.com/rollup/rollup/pull/6)) diff --git a/package.json b/package.json index 1d60b32..f479faa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.7.2", + "version": "0.7.3", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",