Skip to content

Commit 2097fbf

Browse files
committed
0.5.3
1 parent 4c21678 commit 2097fbf

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 0.5.3
8+
* Fix export bug with assignment chains. ([@dy](https://github.com/dy) in [#23](https://github.com/browserify/common-shakeify/pull/23))
9+
710
## 0.5.2
8-
* Fix removing exports that are parenthesized expressions. ([#20](https://github.com/browserify/common-shakeify/pull/20))
11+
* Fix removing exports that are parenthesized expressions. ([@josephg](https://github.com/josephg) in [#20](https://github.com/browserify/common-shakeify/pull/20))
912

1013
## 0.5.1
11-
* Fix file names in source maps. ([#16](https://github.com/browserify/common-shakeify/pull/16))
14+
* Fix file names in source maps. ([@pirxpilot](https://github.com/pirxpilot) in [#16](https://github.com/browserify/common-shakeify/pull/16))
1215

1316
## 0.5.0
1417
* Switch to `@goto-bus-stop/common-shake`, which supports dependent use tracking. ([#14](https://github.com/browserify/common-shakeify/pull/14))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "common-shakeify",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "browserify tree shaking plugin using @indutny common-shake",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)