Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Oct 16, 2022
1 parent 9da3978 commit 38b55a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

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

## 4.0.0
* Remove unused dependencies.
* Update `unassertify` to 2.x.
* Use `@browserify/envify`. It's the same as `@goto-bus-stop/envify`, just renamed.
* Use `@browserify/uglifyify`, with support for more modern ES features.

## 3.1.0
* 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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tinyify",
"description": "a browserify plugin that runs various optimizations, so you don't have to install them all manually.",
"version": "3.1.0",
"version": "4.0.0",
"author": "Renée Kooi <[email protected]>",
"bugs": {
"url": "https://github.com/browserify/tinyify/issues"
Expand Down

0 comments on commit 38b55a8

Please sign in to comment.