diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cce0862..adb26b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +**2.1.3** — January 8, 2020 — [Diff](https://github.com/archiverjs/node-zip-stream/compare/2.1.0...2.1.3) + +- allow zip64 for no compression (#40) + **2.1.2** — August 2, 2019 — [Diff](https://github.com/archiverjs/node-zip-stream/compare/2.1.0...2.1.2) - update compress-commons to v2.1.1 diff --git a/package.json b/package.json index 32774dd6..e8dc95e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zip-stream", - "version": "2.1.2", + "version": "2.1.3", "description": "a streaming zip archive generator.", "homepage": "https://github.com/archiverjs/node-zip-stream", "author": {