From 5b835578035546ead9888ce31f189de3491ca9b2 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sat, 6 Jun 2015 13:34:27 -0400 Subject: [PATCH] -> 0.7.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bebe61..9b3db2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # rollup changelog +## 0.7.5 + +* Prevent accidental conflicts with the global namespace ([#20](https://github.com/rollup/rollup/issues/20)) + ## 0.7.4 * More precise statement re-ordering to satisfy `export default` constraint (fixes bug introduced in 0.7.3) diff --git a/package.json b/package.json index 42c205f..3aa1fcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.7.4", + "version": "0.7.5", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",