Skip to content

Commit 931a1c6

Browse files
committed
0.6.1
- Fixes bug with being able to overwrite git repos that a user doesn't have access to. @masasron
1 parent ac26650 commit 931a1c6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.6.1 (03/03/2019)
2+
3+
- Fixes bug with being able to overwrite git repos that a user doesn't have access to. @masasron
4+
15
# 0.6.0 (03/03/2019)
26

37
- Augments the authenticate function declaration to accept an object as the first argument and a callback for the second. This allows us to make changes without having to cause breaking changes.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-git-server",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "🎡 A configurable git server written in Node.js",
55
"author": "Gabriel J. Csapo <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)