Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington authored Aug 10, 2018
1 parent d0fb05b commit b34b0f0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog

**2.2.0-wip** - <small>_August 10th, 2018_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/2.1.1...2.2.0)

- bugfix: use stats in tar.js and core.js (#326)
- other: switch to specialized lodash.assign npm module (#335)
- other: Avoid using deprecated Buffer constructor (#312)
- other: Remove unnecessary return and fix indentation (#297)
- test: now targeting node v10

**2.1.1** — <small>_January 10th, 2018_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/2.1.0...2.1.1)

- bugfix: fix relative symlink paths (#293)
Expand Down Expand Up @@ -73,4 +81,4 @@
- simpler path normalization as path.join was a bit restrictive. #162
- move utils to separate module to DRY.

[Release Archive](https://github.com/archiverjs/node-archiver/releases)
[Release Archive](https://github.com/archiverjs/node-archiver/releases)

0 comments on commit b34b0f0

Please sign in to comment.