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 19, 2014
1 parent 6216c09 commit bff5c58
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v0.9.0:
date: 2014-04-18
changes:
- restrict files published to npm. (GH #71)
- replace implementation of tar with tar-stream to avoid duplication of efforts. (GH #63)
- always use readable-stream for consistency.
- more functionality tests. (more format specific ones coming soon)
- updated documentation and examples.
- other misc cleanup and tweaks. see git log.
v0.8.1:
date: 2014-04-01
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 @@
# Archiver v0.8.1 [![Build Status](https://travis-ci.org/ctalkington/node-archiver.svg?branch=master)](https://travis-ci.org/ctalkington/node-archiver)
# Archiver v0.9.0 [![Build Status](https://travis-ci.org/ctalkington/node-archiver.svg?branch=master)](https://travis-ci.org/ctalkington/node-archiver)

a streaming interface for archive generation

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": "archiver",
"version": "0.8.1",
"version": "0.9.0",
"description": "a streaming interface for archive generation",
"homepage": "https://github.com/ctalkington/node-archiver",
"author": {
Expand Down

0 comments on commit bff5c58

Please sign in to comment.