Skip to content

Commit

Permalink
version 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoshwolfe committed Nov 3, 2024
1 parent 767275e commit 09a1dfd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,8 @@ Instead, each of the fields is limited to 65,535 bytes due to the length of each

## Change History

* 3.2.1 (2024-Nov-03)
* Fix typo in `addBuffer()` where `compressionLevel` wasn't being passed to zlib.
* 3.2.0 (2024-Nov-02)
* Add `compressionLevel` option to `addFile()`, `addBuffer()`, `addReadStream()`, `addReadStreamLazy()`. [issue #84](https://github.com/thejoshwolfe/yazl/issues/84)
* Change wording around `calculatedTotalSizeCallback` again, and fix the documentation incorrectly claiming that `addEmptyDirectory()` was relevant in that context.
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": "yazl",
"version": "3.2.0",
"version": "3.2.1",
"description": "yet another zip library for node",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 09a1dfd

Please sign in to comment.