Skip to content

Commit 42a3cfc

Browse files
committed
version 2.1.1
1 parent 83e9ccc commit 42a3cfc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ In order to create empty directories, use `addEmptyDirectory()`.
255255

256256
## Change History
257257

258+
* 2.1.1
259+
* Fixed stack overflow when using addBuffer() in certain ways. [issue #9](https://github.com/thejoshwolfe/yazl/issues/9)
258260
* 2.1.0
259261
* Added `addEmptyDirectory()`.
260262
* `options` is now optional for `addReadStream()` and `addBuffer()`.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yazl",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "yet another zip library for node",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)