Skip to content

Commit e877312

Browse files
committed
bump for release. [ci skip]
1 parent a872770 commit e877312

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# zip-stream v0.4.0 [![Build Status](https://travis-ci.org/ctalkington/node-zip-stream.svg?branch=master)](https://travis-ci.org/ctalkington/node-zip-stream)
1+
# zip-stream v0.4.1 [![Build Status](https://travis-ci.org/ctalkington/node-zip-stream.svg?branch=master)](https://travis-ci.org/ctalkington/node-zip-stream)
22

33
zip-stream is a streaming zip archive generator based on the `ZipArchiveOutputStream` prototype found in the [compress-commons](https://www.npmjs.org/package/compress-commons) project.
44

@@ -52,7 +52,7 @@ Appends an input source (text string, buffer, or stream) to the instance. When t
5252

5353
#### finish()
5454

55-
Finalizes the instance. You should listen to the destination stream's `end`/`close`/`finish` event to know when all output has been safely consumed. (aliased to `finalize` for back-compat)
55+
Finalizes the instance. You should listen to the destination stream's `end`/`close`/`finish` event to know when all output has been safely consumed. (`finalize` is aliased for back-compat)
5656

5757
### Instance Options
5858

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zip-stream",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "a streaming zip archive generator.",
55
"homepage": "https://github.com/ctalkington/node-zip-stream",
66
"author": {

0 commit comments

Comments
 (0)