Skip to content

Commit 38b55a8

Browse files
committed
4.0.0
1 parent 9da3978 commit 38b55a8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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+
## 4.0.0
8+
* Remove unused dependencies.
9+
* Update `unassertify` to 2.x.
10+
* Use `@browserify/envify`. It's the same as `@goto-bus-stop/envify`, just renamed.
11+
* Use `@browserify/uglifyify`, with support for more modern ES features.
12+
713
## 3.1.0
814
* Update common-shakeify to 1.1.1, which adds the ability to set ecmaVersion (and sets default to 10) and removes side-effect-free modules that declare `sideEffects: false` in package.json from parse tree.
915

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tinyify",
33
"description": "a browserify plugin that runs various optimizations, so you don't have to install them all manually.",
4-
"version": "3.1.0",
4+
"version": "4.0.0",
55
"author": "Renée Kooi <renee@kooi.me>",
66
"bugs": {
77
"url": "https://github.com/browserify/tinyify/issues"

0 commit comments

Comments
 (0)