diff --git a/CHANGES.md b/CHANGES.md index 85d78ca..143287c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## 2.4.4: + +* *options* argument was missing in `makeZip` type declaration + ## 2.4.3: * bugfix: cancelling the output stream will cause an error in the source iterator FOR REAL NOW diff --git a/package-lock.json b/package-lock.json index d344dbe..c17371f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "client-zip", - "version": "2.4.3", + "version": "2.4.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "client-zip", - "version": "2.4.3", + "version": "2.4.4", "license": "MIT", "devDependencies": { "esbuild": "^0.17.19", diff --git a/package.json b/package.json index a2f659a..4db9b9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "client-zip", - "version": "2.4.3", + "version": "2.4.4", "description": "A tiny and fast client-side streaming ZIP generator", "browser": "index.js", "module": "index.js",