Skip to content

Commit c67d1eb

Browse files
committed
2.4.4
1 parent 5486269 commit c67d1eb

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.4.4:
2+
3+
* *options* argument was missing in `makeZip` type declaration
4+
15
## 2.4.3:
26

37
* bugfix: cancelling the output stream will cause an error in the source iterator FOR REAL NOW

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client-zip",
3-
"version": "2.4.3",
3+
"version": "2.4.4",
44
"description": "A tiny and fast client-side streaming ZIP generator",
55
"browser": "index.js",
66
"module": "index.js",

0 commit comments

Comments
 (0)