From 11d7c3e9ac27d661f5211affcd23de87c5da4229 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 9 Jul 2017 21:36:50 -0400 Subject: [PATCH] -> v0.44.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e63edd61622..d1fcd8e5750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # rollup changelog +## 0.44.0 + +* Don't extend existing globals, unless `options.extend` is true ([#827](https://github.com/rollup/rollup/issues/827)) +* Fix handling of catch clause parameters ([#1462](https://github.com/rollup/rollup/issues/1462)) + ## 0.43.1 * Fix memory leak on incremental rebuilds ([#883](https://github.com/rollup/rollup/issues/883)) diff --git a/package.json b/package.json index 8a8865f6e0a..10914bab9c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.43.1", + "version": "0.44.0", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "module": "dist/rollup.es.js",