mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-03 02:10:57 +01:00
2.1.0 released
This commit is contained in:
parent
b61f524902
commit
3c06216518
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue