Skip to content

Commit 555e0f0

Browse files
committed
chore(release): 1.5.1
1 parent bace345 commit 555e0f0

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

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

2+
## [1.5.1](https://github.com/Sync-in/server/compare/v1.5.0...v1.5.1) (2025-09-07)
3+
4+
5+
### Bug Fixes
6+
7+
* **docker:** fix /app ownership for .init file ([e43f478](https://github.com/Sync-in/server/commit/e43f47873768fa24ba2e66bc1bbd90214bde5ca1))
8+
29
## [1.5.0](https://github.com/Sync-in/server/compare/v1.4.0...v1.5.0) (2025-09-07)
310

411

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: 2 additions & 5 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.5.0",
4+
"version": "1.5.1",
55
"description": "The secure, open-source platform for file storage, sharing, collaboration, and sync",
66
"keywords": [
77
"sync-in",
@@ -94,9 +94,6 @@
9494
"jsdom": "^26.1.0"
9595
},
9696
"commit-and-tag-version": {
97-
"header": "",
98-
"skip": {
99-
"commit": true
100-
}
97+
"header": ""
10198
}
10299
}

0 commit comments

Comments
 (0)