1.0.1 released

This commit is contained in:
Vitaly Puzrin 2016-04-01 17:25:20 +03:00
parent c5222ac756
commit 78603f42fc
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
1.0.1 / 2016-04-01
------------------
- Added dictionary support. Thanks to @dignifiedquire.
1.0.0 / 2016-02-17 1.0.0 / 2016-02-17
------------------ ------------------

View file

@ -1,7 +1,7 @@
{ {
"name": "pako", "name": "pako",
"description": "zlib port to javascript - fast, modularized, with browser support", "description": "zlib port to javascript - fast, modularized, with browser support",
"version": "1.0.0", "version": "1.0.1",
"keywords": [ "keywords": [
"zlib", "zlib",
"deflate", "deflate",