From 4434cf1f5b210d7ac9759b8d1190743107429961 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 10 Jun 2016 17:38:42 -0400 Subject: [PATCH] -> v0.31.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e21528..0f03ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # rollup changelog +## 0.31.0 + +* Rewrite top-level `this` as `undefined` ([#707](https://github.com/rollup/rollup/pull/707)) +* Pass `options.acorn` to Acorn ([#564](https://github.com/rollup/rollup/issues/564)) + ## 0.30.0 * Bundle CLI ([#700](https://github.com/rollup/rollup/issues/700)) diff --git a/package.json b/package.json index 81ae178..a845ded 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.30.0", + "version": "0.31.0", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "jsnext:main": "src/rollup.js",