From e2f1b44c961e75793f3d154bfc03b86798a8867e Mon Sep 17 00:00:00 2001 From: Chris Talkington Date: Sun, 4 May 2014 01:33:53 -0500 Subject: [PATCH] bump for release [ci skip] --- CHANGELOG | 4 ++++ README.md | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fa4b720a..f41f5748 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v0.3.3: + date: 2014-05-04 + changes: + - only use file descriptors when streaming. v0.3.2: date: 2014-05-03 changes: diff --git a/README.md b/README.md index 4ef44a82..7e676770 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# zip-stream v0.3.2 [![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.3 [![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 archive 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. diff --git a/package.json b/package.json index a6b3b2d8..854beddf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zip-stream", - "version": "0.3.2", + "version": "0.3.3", "description": "a streaming zip archive generator.", "homepage": "https://github.com/ctalkington/node-zip-stream", "author": {