We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b1cb6 commit 70ad208Copy full SHA for 70ad208
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.5.1 (03/03/2019)
2
+
3
+- bump dependencies
4
+ - tap `^11.0.1` -> `^12.5.3`
5
+ - tryitout `^2.0.6` -> `^2.1.1`
6
7
# 0.5.0 (11/27/2018)
8
9
- adds `log` functionality for event streams and response streams
package.json
@@ -1,6 +1,6 @@
{
"name": "node-git-server",
- "version": "0.5.0",
+ "version": "0.5.1",
"description": "🎡 A configurable git server written in Node.js",
"author": "Gabriel J. Csapo <[email protected]>",
"contributors": [
@@ -36,8 +36,8 @@
36
"docdash": "^0.4.0",
37
"eslint": "^4.15.0",
38
"jsdoc": "^3.5.5",
39
- "tap": "^11.0.1",
+ "tap": "^12.5.3",
40
"tape": "^4.8.0",
41
- "tryitout": "^2.0.6"
+ "tryitout": "^2.1.1"
42
}
43
0 commit comments