From e60fbca4664a1ea1a36aac4f90f4577095aa2bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Segersv=C3=A4rd?= Date: Wed, 21 Oct 2015 17:02:49 +0200 Subject: [PATCH] -> 0.19.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7aba4f..f8c9e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # rollup changelog +## 0.19.2 + +* Fix exporting namespaces to include all of their exports ([#204](https://github.com/rollup/rollup/issues/204)) +* Namespace exotic objects are frozen to ensure that its properties cannot be modified, reconfigured, redefined or deleted ([#203](https://github.com/rollup/rollup/pulls/203)) +* Fix `ReferenceError: Promise is not defined` in node v0.10 ([#189](https://github.com/rollup/rollup/issues/189)) + ## 0.19.1 * Fix `module.basename()` when used with custom `resolveId` function diff --git a/package.json b/package.json index 26a586f..8ce632a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.19.1", + "version": "0.19.2", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",