From eda5a97b543decd7e712534fa4cfcc88b85dc4ff Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Sat, 19 Jul 2014 14:08:56 +0400 Subject: [PATCH] 0.2.5 released --- HISTORY.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 5c9ff62..b852600 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +0.2.5 / 2014-07-19 +------------------ + +- Workaround for Chrome 38.0.2096.0 script parser bug, #30 + + 0.2.4 / 2014-07-07 ------------------ diff --git a/package.json b/package.json index 05050ec..76f2c22 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name" : "pako", "description" : "zlib port to javascript - fast, modularized, with browser support", - "version" : "0.2.4", + "version" : "0.2.5", "keywords" : [ "zlib", "deflate", "inflate", "gzip" ], "homepage" : "https://github.com/nodeca/pako",