Skip to content

Commit ef5982c

Browse files
committed
bump release [ci skip]
1 parent f102ff1 commit ef5982c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.2.1:
2+
date: 2014-02-16
3+
changes:
4+
- simplify error callback data passing.
15
v0.2.0:
26
date: 2014-02-15
37
changes:

README.md

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

33
zip-stream is a streaming zip generator. It was built to be a successor to [zipstream](https://npmjs.org/package/zipstream). Dependencies are kept to a minimum through the use of many of node's built-in modules including the use of zlib module for compression.
44

package.json

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

0 commit comments

Comments
 (0)