Skip to content

Commit 09a1dfd

Browse files
committed
version 3.2.1
1 parent 767275e commit 09a1dfd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,8 @@ Instead, each of the fields is limited to 65,535 bytes due to the length of each
384384

385385
## Change History
386386

387+
* 3.2.1 (2024-Nov-03)
388+
* Fix typo in `addBuffer()` where `compressionLevel` wasn't being passed to zlib.
387389
* 3.2.0 (2024-Nov-02)
388390
* Add `compressionLevel` option to `addFile()`, `addBuffer()`, `addReadStream()`, `addReadStreamLazy()`. [issue #84](https://github.com/thejoshwolfe/yazl/issues/84)
389391
* Change wording around `calculatedTotalSizeCallback` again, and fix the documentation incorrectly claiming that `addEmptyDirectory()` was relevant in that context.

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": "yazl",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "yet another zip library for node",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)