Skip to content

Commit

Permalink
2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Touffy committed Jun 2, 2023
1 parent 5486269 commit c67d1eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c67d1eb

Please sign in to comment.