From 49149f9be570e99640784388377dba34c3558a41 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sun, 9 Oct 2016 15:19:39 -0400 Subject: [PATCH] -> v0.36.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8bb569..9313c38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # rollup changelog +## 0.36.2 + +* Insert semicolons where necessary to fix broken code ([#1004](https://github.com/rollup/rollup/issues/1004)) +* Include module ID and location when warning about top-level `this` ([#1012](https://github.com/rollup/rollup/pull/1012)) +* More informative error for missing exports ([#1033](https://github.com/rollup/rollup/issues/1033)) +* `options.moduleContext` for per-module context overrides ([#1023](https://github.com/rollup/rollup/pull/1023)) + ## 0.36.1 * Include naked block statements ([#981](https://github.com/rollup/rollup/issues/981)) diff --git a/package.json b/package.json index 844253f..642f25f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "0.36.1", + "version": "0.36.2", "description": "Next-generation ES6 module bundler", "main": "dist/rollup.js", "module": "dist/rollup.es.js",