From dd3796ed74ca70006b6cdb1570fe002fd722afcf Mon Sep 17 00:00:00 2001 From: Brian Donovan Date: Mon, 21 Mar 2016 17:54:20 -0700 Subject: [PATCH] -> 0.25.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ab711..e6e45d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # rollup changelog +## 0.25.5 + +* Make sure shorthand destructuring assignments don't break ([#528](https://github.com/rollup/rollup/issues/528)) +* Allow 'exports' key ([#542](https://github.com/rollup/rollup/issues/542)) +* Ensure `foo. bar` where `foo` is a namespace import is rewritten correctly ([#566](https://github.com/rollup/rollup/issues/566)) +* Fix an edge case for exported globals (e.g. `export { document }`) ([#562](https://github.com/rollup/rollup/issues/562)) + ## 0.25.4 * Fix misnamed exports of default imports in ES bundles ([#513](https://github.com/rollup/rollup/issues/513)) diff --git a/package.json b/package.json index 9084f8d..54757ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.25.4", + "version": "0.25.5", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",