We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c441c7e commit 748a3b7Copy full SHA for 748a3b7
CHANGELOG.md
@@ -1,4 +1,8 @@
1
-# 1.0.0-beta.2 (01/24/2022)
+# 1.0.0-beta.30 (01/26/2022)
2
+
3
+- Bugfix: Fix logging on response streams. (#96) (@willstott101)
4
5
+# 1.0.0-beta.21 (01/24/2022)
6
7
- Avoid using self in service.ts - to avoid issue with through (#95) (@willstott101)
8
package.json
@@ -1,6 +1,6 @@
{
"name": "node-git-server",
- "version": "1.0.0-beta.21",
+ "version": "1.0.0-beta.30",
"description": "🎡 A configurable git server written in Node.js",
"author": "Gabriel J. Csapo <gabecsapo@gmail.com>",
"contributors": [
0 commit comments