From 8d5f9c70f892cd741775977dfbae882ac4694865 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Tue, 17 Nov 2020 19:16:04 +0300 Subject: [PATCH] 2.0.1 released --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e83d55..b668322 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.1] - 2020-11-17 +### Changed + +- Changed esm build `.js` => `.mjs` to fix node.js `import`. +- Added `module` entry in package.json for some bundlers. + + ## [2.0.0] - 2020-11-17 ### Changed - Removed binary strings and `Array` support. @@ -154,6 +161,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release. +[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 [1.0.10]: https://github.com/nodeca/pako/compare/1.0.10...1.0.11 [1.0.10]: https://github.com/nodeca/pako/compare/1.0.9...1.0.10 diff --git a/package.json b/package.json index f934f06..e9f6d73 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.0", + "version": "2.0.1", "keywords": [ "zlib", "deflate",