Skip to content

Commit 925aaf0

Browse files
author
substack
committed
1.1.0
1 parent 59f591d commit 925aaf0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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+
## 1.1.0
8+
* Entirely remove side-effect-free unused modules when they declare `sideEffects: false` in `package.json`. ([#31](https://github.com/browserify/common-shakeify/pull/31))
9+
710
## 1.0.0
811
* Expose `opts.ecmaVersion` with a default value of 10. Previously the internal value was 9. ([#39](https://github.com/browserify/common-shakeify/pull/39))
912

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": "1.0.0",
3+
"version": "1.1.0",
44
"description": "browserify tree shaking plugin using @indutny common-shake",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)