Skip to content

Commit 78c7c39

Browse files
committed
bump for release.
1 parent 0a1d8b4 commit 78c7c39

File tree

3 files changed

+62
-20
lines changed

3 files changed

+62
-20
lines changed

CHANGELOG.md

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

3-
**3.0.0-wip** - <small>_August 22, 2018_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/2.1.1...master)
3+
**3.0.0** - <small>_August 22, 2018_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/2.1.1...3.0.0)
44

55
- breaking: follow node LTS, remove support for versions under 6. (#339)
66
- bugfix: use stats in tar.js and core.js (#326)
7-
- other: update to zip-stream@2
7+
- other: update to archiver-utils@2 and zip-stream@2
88
- other: remove lodash npm module usage (#335, #339)
99
- other: Avoid using deprecated Buffer constructor (#312)
1010
- other: Remove unnecessary return and fix indentation (#297)

package-lock.json

Lines changed: 59 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)