Skip to content

Commit

Permalink
2.1.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
puzrin committed Nov 7, 2022
1 parent b61f524 commit 3c06216
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3c06216

Please sign in to comment.