Skip to content

Commit 050240b

Browse files
committed
chore(release): 1.3.9
1 parent 8614d4c commit 050240b

File tree

3 files changed

+19
-21
lines changed

3 files changed

+19
-21
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11

2+
## [1.3.9](https://github.com/Sync-in/server/compare/v1.3.8...v1.3.9) (2025-08-22)
3+
4+
5+
### Features
6+
7+
* **backend:** allow IPv6 in database fields for IP addresses ([757f2d1](https://github.com/Sync-in/server/commit/757f2d117865fa41c2cdf759b9f54477434dee79))
8+
9+
10+
### Bug Fixes
11+
12+
* **backend:config:** do not lowercase env var values ([cb73ab0](https://github.com/Sync-in/server/commit/cb73ab0287346b58ae8f34ed985d891a9a5a6732))
13+
* **docker:nginx:** optionalize OnlyOffice proxying and avoid startup failure when container is absent ([2be107f](https://github.com/Sync-in/server/commit/2be107feda42ca8bb1edd1a9b99e3e62ff9dc234))
14+
215
## [1.3.8](https://github.com/Sync-in/server/compare/v1.3.7...v1.3.8) (2025-08-19)
316

417

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"productName": "Sync-in",
33
"name": "sync-in-server",
4-
"version": "1.3.8",
4+
"version": "1.3.9",
55
"description": "The secure, open-source platform for file storage, sharing, collaboration, and sync",
66
"keywords": [
77
"sync-in",
@@ -75,8 +75,8 @@
7575
"build": "npm run build -ws",
7676
"release:build": "npm run build && node scripts/build/release.mjs",
7777
"release:clean": "rm -rf release",
78-
"release:bump": "commit-and-tag-version",
79-
"release:bump:dry": "npm run release:bump -- --dry-run",
78+
"bump:version": "commit-and-tag-version",
79+
"bump:version:dry": "commit-and-tag-version --dry-run",
8080
"lint": "npm -ws run lint",
8181
"test": "npm -w backend test",
8282
"start": "node dist/server/main.js",
@@ -94,21 +94,6 @@
9494
"jsdom": "^26.1.0"
9595
},
9696
"commit-and-tag-version": {
97-
"header": "",
98-
"types": [
99-
{
100-
"type": "feat",
101-
"section": "Features"
102-
},
103-
{
104-
"type": "fix",
105-
"section": "Bug Fixes"
106-
},
107-
{
108-
"type": "chore",
109-
"section": "Chores",
110-
"hidden": false
111-
}
112-
]
97+
"header": ""
11398
}
11499
}

0 commit comments

Comments
 (0)