From 643d85f36d0e2513c7f8d68e8ccfe1e4227f170b Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sat, 2 Jan 2016 15:08:57 -0500 Subject: [PATCH] -> 0.23.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ed70c..114e5c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # rollup changelog +## 0.23.2 + +* Ensure `dest` or `sourceMapFile` is resolved against CWD for purposes of sourcemap generation ([#344](https://github.com/rollup/rollup/issues/344)) +* Support `banner`, `footer`, `intro` and `outro` options via CLI ([#330](https://github.com/rollup/rollup/issues/330)) +* Allow `options.global` to be a function rather than an object, and warn on missing names ([#293](https://github.com/rollup/rollup/issues/293)) +* Ensure side-effects are captured in cyclical call expressions ([#397](https://github.com/rollup/rollup/issues/397)) +* Fix parse error with body-less arrow function expressions ([#403](https://github.com/rollup/rollup/issues/403)) + ## 0.23.1 * Reinstate missing fix from ([#392](https://github.com/rollup/rollup/pull/392)) diff --git a/package.json b/package.json index 81893b6..11d53ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.23.1", + "version": "0.23.2", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",