Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
- Fixes bug with being able to overwrite git repos that a user doesn't have access to. @masasron
  • Loading branch information
gabrielcsapo committed Mar 29, 2020
1 parent ac26650 commit 931a1c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.6.1 (03/03/2019)

- Fixes bug with being able to overwrite git repos that a user doesn't have access to. @masasron

# 0.6.0 (03/03/2019)

- 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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-git-server",
"version": "0.6.0",
"version": "0.6.1",
"description": "🎡 A configurable git server written in Node.js",
"author": "Gabriel J. Csapo <[email protected]>",
"contributors": [
Expand Down

0 comments on commit 931a1c6

Please sign in to comment.