diff --git a/changelog.md b/changelog.md index a682050..1e101f6 100644 --- a/changelog.md +++ b/changelog.md @@ -13,7 +13,7 @@ * Test for `.open` returning rejected promise if IO error * Update `mocha` dev dependency -## Next +## 1.1.1 * Fix: No crash on unexpected errors/events from reader * Fix: Do not clone ZipFile or Entry if not required diff --git a/package.json b/package.json index 6436fde..6362606 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yauzl-promise", - "version": "1.1.0", + "version": "1.1.1", "description": "yauzl unzipping with Promises", "main": "./lib/", "author": {