Skip to content

Commit 70ad208

Browse files
committed
0.5.1
- bump dependencies - tap ^11.0.1 -> ^12.5.3 - tryitout ^2.0.6 -> ^2.1.1
1 parent 62b1cb6 commit 70ad208

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
# 0.5.0 (11/27/2018)
28

39
- adds `log` functionality for event streams and response streams

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-git-server",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "🎡 A configurable git server written in Node.js",
55
"author": "Gabriel J. Csapo <[email protected]>",
66
"contributors": [
@@ -36,8 +36,8 @@
3636
"docdash": "^0.4.0",
3737
"eslint": "^4.15.0",
3838
"jsdoc": "^3.5.5",
39-
"tap": "^11.0.1",
39+
"tap": "^12.5.3",
4040
"tape": "^4.8.0",
41-
"tryitout": "^2.0.6"
41+
"tryitout": "^2.1.1"
4242
}
4343
}

0 commit comments

Comments
 (0)