We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615f115 commit 042e7a2Copy full SHA for 042e7a2
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Changelog
2
3
+**3.0.1** - <small>_July 19, 2019_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/3.0.0...3.0.1)
4
+
5
+- other: update dependencies
6
+- docs: now deployed using netlify
7
8
9
**3.0.0** - <small>_August 22, 2018_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/2.1.1...3.0.0)
10
11
- breaking: follow node LTS, remove support for versions under 6. (#339)
package.json
@@ -1,6 +1,6 @@
{
"name": "archiver",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "a streaming interface for archive generation",
"homepage": "https://github.com/archiverjs/node-archiver",
"author": {
0 commit comments