Skip to content

Commit b1d3d5a

Browse files
committed
2.5.1
1 parent c16ecf6 commit b1d3d5a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
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+
## 2.5.1
8+
* Update common-shakeify to 0.6.0, this should have no observable effects.
9+
710
## 2.5.0
811
* Update common-shakeify to 0.5.2+, which fixes a syntax error issue, and which can remove exported functions that are only used inside other unused exported functions.
912

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

0 commit comments

Comments
 (0)