Skip to content

Commit bc309ba

Browse files
committed
0.5.2
1 parent 2604a39 commit bc309ba

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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.2
8+
* Fix removing exports that are parenthesized expressions. ([#20](https://github.com/browserify/common-shakeify/pull/20))
9+
710
## 0.5.1
811
* Fix file names in source maps. ([#16](https://github.com/browserify/common-shakeify/pull/16))
912

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "common-shakeify",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "browserify tree shaking plugin using @indutny common-shake",
55
"main": "index.js",
66
"scripts": {
@@ -16,6 +16,11 @@
1616
"tree-shaking"
1717
],
1818
"author": "Renée Kooi <renee@kooi.me>",
19+
"contributors": [
20+
"Damian Krzeminski (https://github.com/pirxpilot)",
21+
"Seph Gentle (https://github.com/josephg)",
22+
"Titus (https://github.com/wooorm)"
23+
],
1924
"license": "MIT",
2025
"bugs": {
2126
"url": "https://github.com/browserify/common-shakeify/issues"

0 commit comments

Comments
 (0)