You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
6
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
+
7
10
## 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))
9
12
10
13
## 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))
12
15
13
16
## 0.5.0
14
17
* Switch to `@goto-bus-stop/common-shake`, which supports dependent use tracking. ([#14](https://github.com/browserify/common-shakeify/pull/14))
0 commit comments