Skip to content

Commit 63f574a

Browse files
committedApr 14, 2020
updates for release.
1 parent 72484d3 commit 63f574a

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changelog
22

3-
**3.1.1** - <small>_April 14, 2020_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/3.1.1...4.0.0)
3+
**4.0.0** - <small>_April 14, 2020_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/3.1.1...4.0.0)
44

55
- breaking: slowly catch up with node LTS, remove support for versions under 8.
66
- update multiple deps.

‎README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Archiver
22

3-
[![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)
4-
53
a streaming interface for archive generation
64

75
Visit the [API documentation](https://www.archiverjs.com/) for a list of all methods available.
@@ -91,4 +89,4 @@ Archiver ships with out of the box support for TAR and ZIP archives.
9189

9290
You can register additional formats with `registerFormat`.
9391

94-
_Formats will be changing in the next few releases to implement a middleware approach._
92+
_Formats will be changing in the future to implement a middleware approach._

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "archiver",
3-
"version": "3.1.1",
3+
"version": "4.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)