Skip to content

Commit 14e63cd

Browse files
committed
bump for release. lets do a minor release instead of patch due to few other changes.
1 parent 6ab956b commit 14e63cd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## Changelog
22

3-
**1.2.1** — <small> December 13, 2016_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/1.2.0...1.2.1)
3+
**1.3.0** — <small> December 13, 2016_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/1.2.0...1.3.0)
44

5+
- improve `directory` and `glob` methods to use events rather than callbacks. (#203)
56
- fix bulk warning spam (#208)
67
- updated mocha (#205)
78

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Archiver v1.2.1
1+
# Archiver v1.3.0
22

33
[![Build Status](https://travis-ci.org/archiverjs/node-archiver.svg?branch=master)](https://travis-ci.org/archiverjs/node-archiver) [![Build status](https://ci.appveyor.com/api/projects/status/38kqu3yp159nodxe/branch/master?svg=true)](https://ci.appveyor.com/project/ctalkington/node-archiver/branch/master)
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": "1.2.1",
3+
"version": "1.3.0",
44
"description": "a streaming interface for archive generation",
55
"homepage": "https://github.com/archiverjs/node-archiver",
66
"author": {

0 commit comments

Comments
 (0)