From fb1004524e7c3bff2dc3db83e945000508ef8e89 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 9 Jun 2016 16:59:09 -0400 Subject: [PATCH] -> v0.30.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64427d8..18d7c47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # rollup changelog +## 0.30.0 + +* Bundle CLI ([#700](https://github.com/rollup/rollup/issues/701) +* Ensure absolute paths are normalised ([#704](https://github.com/rollup/rollup/issues/704)) +* Allow `rollup --watch` to work with targets + ## 0.29.1 * Merge `target` options with main options ([#701](https://github.com/rollup/rollup/issues/701)) diff --git a/package.json b/package.json index c429786..81ae178 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.29.1", + "version": "0.30.0", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",