2.0.3 released

This commit is contained in:
Vitaly Puzrin 2021-01-09 19:39:37 +03:00
parent 9ca8060c33
commit 2db010f0a8
2 changed files with 9 additions and 1 deletions

View file

@ -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).
## [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
### Fixed
@ -167,6 +174,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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.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

View file

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