diff --git a/CHANGELOG.md b/CHANGELOG.md index 85403ca..c34bd2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index a96322c..1c4c5fc 100644 --- a/package.json +++ b/package.json @@ -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",