Skip to content

Commit 8be87e3

Browse files
committed
bump to v0.4.6 for release.
1 parent ae494cd commit 8be87e3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ v0.5.0:
22
date: 2013-XX-XX
33
changes:
44
- (in development; release date estimated)
5+
v0.4.6:
6+
date: 2013-07-07
7+
changes:
8+
- core: introduce _normalizeFileData internally to seperate logic a bit.
9+
- headers: internal api updates.
10+
- tar: use prefix when name is > 100 and <= 255 (GH #35)
511
v0.4.5:
612
date: 2013-06-25
713
changes:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Archiver v0.4.5 [![Build Status](https://secure.travis-ci.org/ctalkington/node-archiver.png?branch=master)](http://travis-ci.org/ctalkington/node-archiver)
1+
# Archiver v0.4.6 [![Build Status](https://secure.travis-ci.org/ctalkington/node-archiver.png?branch=master)](http://travis-ci.org/ctalkington/node-archiver)
22

33
Creates Archives (Zip, Tar) via Node Streams. Depends on Node's built-in zlib module for compression available since version 0.6.3.
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "archiver",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "Creates Archives (ZIP) via Node Streams.",
55
"homepage": "https://github.com/ctalkington/node-archiver",
66
"author": {

0 commit comments

Comments
 (0)