Skip to content

Commit

Permalink
bump release [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Feb 16, 2014
1 parent 2b6c0c5 commit 1f4be32
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.2.0:
date: 2014-02-15
changes:
- support global store option.
- pass file data as second argument to callback.
v0.1.4:
date: 2014-02-07
changes:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# zip-stream v0.1.4 [![Build Status](https://secure.travis-ci.org/ctalkington/node-zip-stream.png?branch=master)](http://travis-ci.org/ctalkington/node-zip-stream)
# 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)

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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zip-stream",
"version": "0.1.4",
"version": "0.2.0",
"description": "a streaming zip generator.",
"homepage": "https://github.com/ctalkington/node-zip-stream",
"author": {
Expand Down

0 comments on commit 1f4be32

Please sign in to comment.