Skip to content

Commit

Permalink
update version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrak committed Jul 16, 2020
1 parent 95007d4 commit 41b4984
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 5.0.0

* __BREAKING CHANGES from 4.x__
* The exit code for the `stubby` bin script will reflect the expected/error
state of stubby.
* Dependencies have been updated to prevent vulnerabilities.
* `acorn` updated from 7.0.0 to 7.1.1
* updated node versions for testing
* lodash updated from 4.17.15 to 4.17.19

## 4.1.1

* Updates depenencies with reported vulnerabilities
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stubby",
"version": "4.1.1",
"version": "5.0.0",
"author": {
"name": "Eric Mrak",
"email": "[email protected]"
Expand Down

0 comments on commit 41b4984

Please sign in to comment.