Skip to content

Commit 3c06216

Browse files
committed
2.1.0 released
1 parent b61f524 commit 3c06216

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [2.1.0] - 2022-11-07
10+
### Changed
11+
12+
- Sync with `zlib` 1.2.12.
13+
14+
### Fixed
15+
16+
- Updated comments in `tree.js` for Babel compatibility, #262.
17+
18+
919
## [2.0.4] - 2021-07-29
1020
### Fixed
1121

@@ -181,6 +191,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
181191
- First release.
182192

183193

194+
[2.1.0]: https://github.com/nodeca/pako/compare/2.0.4...2.1.0
184195
[2.0.4]: https://github.com/nodeca/pako/compare/2.0.3...2.0.4
185196
[2.0.3]: https://github.com/nodeca/pako/compare/2.0.2...2.0.3
186197
[2.0.2]: https://github.com/nodeca/pako/compare/2.0.1...2.0.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pako",
33
"description": "zlib port to javascript - fast, modularized, with browser support",
4-
"version": "2.0.4",
4+
"version": "2.1.0",
55
"keywords": [
66
"zlib",
77
"deflate",

0 commit comments

Comments
 (0)