Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jul 31, 2020
1 parent ddd0319 commit c89d203
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

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

## 3.0.0
* **breaking** Update terser. Tinyify now requires Node.js 6.
* Use patched envify from npm as `@goto-bus-stop/envify`.

## 2.5.2
* Use a patched version of envify with support for newer syntax features.

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": "2.5.2",
"version": "3.0.0",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/browserify/tinyify/issues"
Expand Down

0 comments on commit c89d203

Please sign in to comment.