Skip to content

Commit

Permalink
eslump v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Apr 10, 2021
1 parent b76994d commit da31c32
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
### Version 3.0.0 (2020-04-10)

- Changed: Dropped support for Node.js 6 and Node.js 8.
- Improved: Updated dependencies. Thanks to Stephen Wade (@stephenwade)!

### Version 2.0.0 (2018-12-02)

- Fixed: Test files provided to the CLI are now resolved relative to CWD as expected.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslump",
"version": "2.0.0",
"version": "3.0.0",
"license": "MIT",
"author": "Simon Lydell",
"description": "CLI tool for fuzz testing JavaScript parsers and suchlike programs.",
Expand Down

0 comments on commit da31c32

Please sign in to comment.