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",