Skip to content

Commit

Permalink
Release v2.0.0.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cscott committed Jul 31, 2020
1 parent 682bcf1 commit ef36fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "seek-bzip",
"version": "1.0.6-git",
"version": "2.0.0",
"contributors": [
"C. Scott Ananian (http://cscott.net)",
"Eli Skeggs",
Expand Down

0 comments on commit ef36fdb

Please sign in to comment.