From f6dd25c9a87cf81352774555e8c217068171c492 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Wed, 30 Dec 2015 16:14:53 -0500 Subject: [PATCH] -> 0.23.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0269ab2..e67a81f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # rollup changelog +## 0.23.0 + +* Add `bundleTransform` plugin hook and option ([#387](https://github.com/rollup/rollup/pull/387)) +* Correctly store names in sourcemaps, regardless of transformers +* Add `--environment` option to CLI ([#388](https://github.com/rollup/rollup/pull/388)) +* Handle destructuring in exports ([#374](https://github.com/rollup/rollup/issues/374)) +* Fix UMD global exports bug introduced in 0.22.1 ([#392](https://github.com/rollup/rollup/pull/392)) + ## 0.22.2 * Prevent lost `var` keywords ([#390](https://github.com/rollup/rollup/issues/390)) diff --git a/package.json b/package.json index eaea497..4f3a2ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.22.2", + "version": "0.23.0", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",