Skip to content

Commit 721f11e

Browse files
committed
remove support for node v6/7
1 parent 6dbadf0 commit 721f11e

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
**3.0.0** - <small>_April 14, 2020_</small> — [Diff](https://github.com/archiverjs/node-compress-commons/compare/2.1.1...3.0.0)
4+
5+
- breaking: slowly catch up with node LTS, remove support for versions under 8.
6+
- update multiple deps.
7+
38
**2.1.1** — <small>_August 2, 2019_</small> — [Diff](https://github.com/archiverjs/node-compress-commons/compare/2.1.0...2.1.1)
49

510
- update crc32-stream to v3.0.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Compress Commons [![Build Status](https://travis-ci.org/archiverjs/node-compress-commons.svg?branch=master)](https://travis-ci.org/archiverjs/node-compress-commons) [![Build status](https://ci.appveyor.com/api/projects/status/fx3066dufdpar0it/branch/master?svg=true)](https://ci.appveyor.com/project/ctalkington/node-compress-commons/branch/master)
1+
# Compress Commons
22

33
Compress Commons is a library that defines a common interface for working with archive formats within node.
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"lib"
2121
],
2222
"engines": {
23-
"node": ">= 6"
23+
"node": ">= 8"
2424
},
2525
"scripts": {
2626
"test": "mocha --reporter dot"

0 commit comments

Comments
 (0)