Skip to content

Commit 5c93e44

Browse files
committed
1.0.0
- Removes node support from node@<16 (@gabrielcsapo) - Bugfix: Fix logging on response streams. (#96) (@willstott101) - Avoid using self in service.ts - to avoid issue with through (#95) (@willstott101) - Migrates to typescript (@5GameMaker @gabrielcsapo) - Removes node support from node@<14
1 parent 4a1d24f commit 5c93e44

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.0.0 (07/10/2022)
2+
3+
- Removes node support from node@<16 (@gabrielcsapo)
4+
- Bugfix: Fix logging on response streams. (#96) (@willstott101)
5+
- Avoid using self in service.ts - to avoid issue with through (#95) (@willstott101)
6+
- Migrates to typescript (@5GameMaker @gabrielcsapo)
7+
- Removes node support from node@<14
8+
19
# 1.0.0-beta.31 (07/10/2022)
210

311
- Removes node support from node@<16 (@gabrielcsapo)

package.json

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

0 commit comments

Comments
 (0)