From f71f57dce5cf986fa3d8f6fa896de90927179e71 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sat, 11 Mar 2017 15:47:40 -0500 Subject: [PATCH] -> v8.0.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f493ed6..02f53c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # rollup-plugin-commonjs changelog +## 8.0.2 + +* Fix another `var` rewrite bug ([#181](https://github.com/rollup/rollup-plugin-commonjs/issues/181)) + ## 8.0.1 * Remove declarators within a var declaration correctly ([#179](https://github.com/rollup/rollup-plugin-commonjs/issues/179)) diff --git a/package.json b/package.json index 3eebbec..0d16c9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-commonjs", - "version": "8.0.1", + "version": "8.0.2", "description": "Convert CommonJS modules to ES2015", "main": "dist/rollup-plugin-commonjs.cjs.js", "module": "dist/rollup-plugin-commonjs.es.js",