diff --git a/changelog.md b/changelog.md index ecade6b..773b0ae 100644 --- a/changelog.md +++ b/changelog.md @@ -31,7 +31,7 @@ * Refactor: `opened` function * Tests for `.usePromise` + `.useYauzl` -## Next +## 2.0.1 * `.close` method works for zip files from `.fromBuffer` * Tests for all access methods diff --git a/package.json b/package.json index b063a32..aa5d5e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yauzl-promise", - "version": "2.0.0", + "version": "2.0.1", "description": "yauzl unzipping with Promises", "main": "./lib/", "author": {