2.0.4 released

This commit is contained in:
Vitaly Puzrin 2021-07-29 14:51:41 +03:00
parent ae27cbccef
commit 0398fad238
2 changed files with 3 additions and 2 deletions

View file

@ -6,10 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.0.4] - WIP
## [2.0.4] - 2021-07-29
### Fixed
- Use TextEncoder and TextDecoder if available, #228.
- Use pre-generated fixtures instead of node.js zlib.
## [2.0.3] - 2021-01-09

View file

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