Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
- bump dependencies
  - tap ^11.0.1 -> ^12.5.3
  - tryitout ^2.0.6 -> ^2.1.1
  • Loading branch information
gabrielcsapo committed Mar 3, 2019
1 parent 62b1cb6 commit 70ad208
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.5.1 (03/03/2019)

- bump dependencies
- tap `^11.0.1` -> `^12.5.3`
- tryitout `^2.0.6` -> `^2.1.1`

# 0.5.0 (11/27/2018)

- adds `log` functionality for event streams and response streams
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -36,8 +36,8 @@
"docdash": "^0.4.0",
"eslint": "^4.15.0",
"jsdoc": "^3.5.5",
"tap": "^11.0.1",
"tap": "^12.5.3",
"tape": "^4.8.0",
"tryitout": "^2.0.6"
"tryitout": "^2.1.1"
}
}

0 comments on commit 70ad208

Please sign in to comment.