2.1.0 released

This commit is contained in:
Vitaly Puzrin 2022-11-07 02:54:01 +02:00
parent b61f524902
commit 3c06216518
2 changed files with 12 additions and 1 deletions

View file

@ -6,6 +6,16 @@ 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.1.0] - 2022-11-07
### Changed
- Sync with `zlib` 1.2.12.
### Fixed
- Updated comments in `tree.js` for Babel compatibility, #262.
## [2.0.4] - 2021-07-29
### Fixed
@ -181,6 +191,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First release.
[2.1.0]: https://github.com/nodeca/pako/compare/2.0.4...2.1.0
[2.0.4]: https://github.com/nodeca/pako/compare/2.0.3...2.0.4
[2.0.3]: https://github.com/nodeca/pako/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/nodeca/pako/compare/2.0.1...2.0.2

View file

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