Skip to content

Commit ef36fdb

Browse files
committed
Release v2.0.0.
This version drops compatibility for Node.js <= 10.x, and as such is a semver major version bump. To be clear, the code in this package hasn't changed; we've just bumped the versions of dependencies. The `commander` dep requires node 6 ( tj/commander.js#1053 ) but the dev dependencies require Node.js <= 8.x and are unsupported on Node.js <= 10.x. I can't promise that things that aren't being tested continue to work.
1 parent 682bcf1 commit ef36fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "seek-bzip",
3-
"version": "1.0.6-git",
3+
"version": "2.0.0",
44
"contributors": [
55
"C. Scott Ananian (http://cscott.net)",
66
"Eli Skeggs",

0 commit comments

Comments
 (0)