mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-05-04 10:33:48 +01:00
1.0.9 released
This commit is contained in:
parent
a2def3748f
commit
731065b150
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
1.0.9 / 2019-02-28
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- Fix `new Buffer()` warning, #154.
|
||||||
|
|
||||||
|
|
||||||
1.0.8 / 2019-01-14
|
1.0.8 / 2019-01-14
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -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.8",
|
"version": "1.0.9",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"zlib",
|
"zlib",
|
||||||
"deflate",
|
"deflate",
|
||||||
|
|
Loading…
Add table
Reference in a new issue