Skip to content

Commit 41b4984

Browse files
committed
update version to 5.0.0
1 parent 95007d4 commit 41b4984

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 5.0.0
4+
5+
* __BREAKING CHANGES from 4.x__
6+
* The exit code for the `stubby` bin script will reflect the expected/error
7+
state of stubby.
8+
* Dependencies have been updated to prevent vulnerabilities.
9+
* `acorn` updated from 7.0.0 to 7.1.1
10+
* updated node versions for testing
11+
* lodash updated from 4.17.15 to 4.17.19
12+
313
## 4.1.1
414

515
* Updates depenencies with reported vulnerabilities

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stubby",
3-
"version": "4.1.1",
3+
"version": "5.0.0",
44
"author": {
55
"name": "Eric Mrak",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)