From 1034d3f348b70029af8cf84eaec4260c5019185a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sat, 29 Jun 2019 16:04:16 +0200 Subject: [PATCH] 0.6.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f34611..0878843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.6.1 +* Fix bugs when using `-r` or `b.require('a', { expose: 'b' })`. ([@laduke](https://github.com/laduke) and [@goto-bus-stop](https://github.com/goto-bus-stop) in [#30](https://github.com/browserify/common-shakeify/pull/30)) + ## 0.6.0 * Keep unused properties if `onExportDelete` returns false. ([@RedHatter](https://github.com/RedHatter) in [#26](https://github.com/browserify/common-shakeify/pull/26)) diff --git a/package.json b/package.json index 8b9442d..199bf32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "common-shakeify", - "version": "0.6.0", + "version": "0.6.1", "description": "browserify tree shaking plugin using @indutny common-shake", "main": "index.js", "scripts": {