From b12db919407f902d458b6c5c05e644cc80c09004 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Mon, 6 Jun 2016 23:37:18 -0400 Subject: [PATCH] -> v0.27.0 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc79b92..24a3743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # rollup changelog -## 0.27.7 +## 0.27.0 + +* Use native promises instead of `es6-promise` ([#689](https://github.com/rollup/rollup/issues/689)) +* Support multiple targets in config files ([#655](https://github.com/rollup/rollup/issues/655)) +* Allow `resolveId` plugin functions to return non-strings ([#692](https://github.com/rollup/rollup/pull/692)) + +## 0.26.7 * Distinguish between default and namespace imports of external module ([#637](https://github.com/rollup/rollup/issues/637)) * Add `__esModule` property to named exports in AMD, CJS and UMD modes ([#650](https://github.com/rollup/rollup/issues/650)) diff --git a/package.json b/package.json index ff96caf..7eeb4c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.26.7", + "version": "0.27.0", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",