diff --git a/CHANGELOG.md b/CHANGELOG.md index 0878843..0f364f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.6.2 +* Fix usage with browserify's `fullPaths: true` option. ([#33](https://github.com/browserify/common-shakeify/pull/33)) + +If you use `fullPaths: true`, the bugfix from 0.6.1 does _not_ apply. If you do not use `fullPaths: true`, the bugfix from 0.6.1 _does_ apply. + ## 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)) diff --git a/package.json b/package.json index 199bf32..2fb27de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "common-shakeify", - "version": "0.6.1", + "version": "0.6.2", "description": "browserify tree shaking plugin using @indutny common-shake", "main": "index.js", "scripts": {