Skip to content

Commit c89d203

Browse files
committed
3.0.0
1 parent ddd0319 commit c89d203

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## 3.0.0
8+
* **breaking** Update terser. Tinyify now requires Node.js 6.
9+
* Use patched envify from npm as `@goto-bus-stop/envify`.
10+
711
## 2.5.2
812
* Use a patched version of envify with support for newer syntax features.
913

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": "2.5.2",
4+
"version": "3.0.0",
55
"author": "Renée Kooi <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/browserify/tinyify/issues"

0 commit comments

Comments
 (0)