Skip to content

Commit 36b2a6a

Browse files
committed
version 2.5.1
1 parent 27ec4cb commit 36b2a6a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,8 @@ Instead, each of the fields is limited to 65,535 bytes due to the length of each
353353

354354
## Change History
355355

356+
* 2.5.1
357+
* Fix support for old versions of Node and add official support for Node versions 0.10, 4, 6, 8, 10. [pull #49](https://github.com/thejoshwolfe/yazl/pull/49)
356358
* 2.5.0
357359
* Add support for `comment` and `fileComment`. [pull #44](https://github.com/thejoshwolfe/yazl/pull/44)
358360
* Avoid `new Buffer()`. [pull #43](https://github.com/thejoshwolfe/yazl/pull/43)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yazl",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "yet another zip library for node",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)