diff --git a/HISTORY.md b/HISTORY.md index e1784ca..a4e222c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +0.2.1 / 2014-05-01 +------------------ + +- Fixed collision on switch dynamic/fixed tables. + + 0.2.0 / 2014-04-18 ------------------ diff --git a/package.json b/package.json index a96bf5c..6ea8d88 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.0", + "version" : "0.2.1", "keywords" : [ "zlib", "deflate", "inflate", "gzip" ], "homepage" : "https://github.com/nodeca/pako",