mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-10 22:00:58 +01:00
2.0.3 released
This commit is contained in:
parent
9ca8060c33
commit
2db010f0a8
2 changed files with 9 additions and 1 deletions
|
@ -6,6 +6,13 @@ 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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
|
||||||
|
## [2.0.3] - 2020-01-09
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Add all files explicit to package exports (since behaviour changed
|
||||||
|
after adding .export field)
|
||||||
|
|
||||||
|
|
||||||
## [2.0.2] - 2020-11-19
|
## [2.0.2] - 2020-11-19
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
@ -167,6 +174,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- First release.
|
- First release.
|
||||||
|
|
||||||
|
|
||||||
|
[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
|
[2.0.2]: https://github.com/nodeca/pako/compare/2.0.1...2.0.2
|
||||||
[2.0.1]: https://github.com/nodeca/pako/compare/2.0.0...2.0.1
|
[2.0.1]: https://github.com/nodeca/pako/compare/2.0.0...2.0.1
|
||||||
[2.0.0]: https://github.com/nodeca/pako/compare/1.0.11...2.0.0
|
[2.0.0]: https://github.com/nodeca/pako/compare/1.0.11...2.0.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "pako",
|
"name": "pako",
|
||||||
"description": "zlib port to javascript - fast, modularized, with browser support",
|
"description": "zlib port to javascript - fast, modularized, with browser support",
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"zlib",
|
"zlib",
|
||||||
"deflate",
|
"deflate",
|
||||||
|
|
Loading…
Add table
Reference in a new issue