Skip to content

Commit c0afb03

Browse files
committed
bump version for release.
1 parent d809684 commit c0afb03

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
**2.1.1** — <small>_January 10th, 2018_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/2.1.0...2.1.1)
4+
5+
- bugfix: fix relative symlink paths (#293)
6+
- other: coding style fixes (#294)
7+
38
**2.1.0** — <small>_October 12th, 2017_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/2.0.3...2.1.0)
49

510
- refactor: `directory` now uses glob behind the scenes. should fix some directory recursion issues. (#267, #275)

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": "2.1.0",
3+
"version": "2.1.1",
44
"description": "a streaming interface for archive generation",
55
"homepage": "https://github.com/archiverjs/node-archiver",
66
"author": {

0 commit comments

Comments
 (0)