We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95007d4 commit 41b4984Copy full SHA for 41b4984
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
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
13
## 4.1.1
14
15
* Updates depenencies with reported vulnerabilities
package.json
@@ -1,6 +1,6 @@
{
"name": "stubby",
- "version": "4.1.1",
+ "version": "5.0.0",
"author": {
"name": "Eric Mrak",
"email": "[email protected]"
0 commit comments