2.0.0 released

This commit is contained in:
Vitaly Puzrin 2020-11-17 10:11:24 +03:00
parent a8faeffc94
commit 52df0c510f
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ 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.0] - WIP
## [2.0.0] - 2020-11-17
### Changed
- Removed binary strings and `Array` support.
- Removed fallbacks for TypedArray methods (`.set()`, `.subarray()`).

View file

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