From e938d86c12fb47f78829930f66c3c9e40ee90a8a Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 6 Jan 2017 18:15:05 -0500 Subject: [PATCH] -> v0.41.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f88ec45cd4..3c34eba5c21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # rollup changelog +## 0.41.1 + +* Include `new` expressions where callee is a class with side-effects ([#980](https://github.com/rollup/rollup/issues/980) [#1233](https://github.com/rollup/rollup/issues/1233)) + ## 0.41.0 * Add `this.warn(...)` and `this.error(...)` methods to plugin `transform` hook contexts ([#1140](https://github.com/rollup/rollup/issues/1140)) diff --git a/package.json b/package.json index aef894e3046..de062615a29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.41.0", + "version": "0.41.1", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "module": "dist/rollup.es.js",