diff --git a/HISTORY.md b/HISTORY.md index fc89510..5c9ff62 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +0.2.4 / 2014-07-07 +------------------ + +- Fixed bug in inflate wrapper, #29 + + 0.2.3 / 2014-06-09 ------------------ diff --git a/package.json b/package.json index c1253ff..05050ec 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.3", + "version" : "0.2.4", "keywords" : [ "zlib", "deflate", "inflate", "gzip" ], "homepage" : "https://github.com/nodeca/pako",