Skip to content

Commit

Permalink
bump for release. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Apr 1, 2014
1 parent c5257fb commit 2d9b8ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.3.0:
date: 2014-04-01
changes:
- initial directory entry support.
- normalize null sources to empty buffer.
- crc32: replace with buffer-crc32.
- util: additional boundaries for dates (GH #6)
v0.2.3:
date: 2014-03-30
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.2.3 [![Build Status](https://travis-ci.org/ctalkington/node-zip-stream.svg?branch=master)](https://travis-ci.org/ctalkington/node-zip-stream)
# zip-stream v0.3.0 [![Build Status](https://travis-ci.org/ctalkington/node-zip-stream.svg?branch=master)](https://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.2.3",
"version": "0.3.0",
"description": "a streaming zip generator.",
"homepage": "https://github.com/ctalkington/node-zip-stream",
"author": {
Expand Down

0 comments on commit 2d9b8ef

Please sign in to comment.