Skip to content

Commit 7858cce

Browse files
Bump
1 parent 11c98df commit 7858cce

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@
3838
# 9.1.1
3939

4040
- Fixes up a small issue with postgres connections and Unix sockets
41+
42+
# 9.1.2
43+
- Allows unix sockets without a port

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nebula",
33
"type": "module",
4-
"version": "9.1.1",
4+
"version": "9.1.2",
55
"private": true,
66
"scripts": {
77
"dev": "astro dev --host 0.0.0.0 & tsx --watch server/server.ts",

0 commit comments

Comments
 (0)