Skip to content

Commit 015dfe1

Browse files
authored
Merge pull request #650 from deploystackio/backend-release
2 parents c0794a3 + 61c2dd4 commit 015dfe1

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

services/backend/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.58.0 (2026-01-10)
4+
5+
* feat(all): implement OAuth2 authorization flow and user feedback system ([dedacf74aa1da000bf4b13933dae17fc3a1846a9](https://github.com/deploystackio/deploystack/commit/dedacf74aa1da000bf4b13933dae17fc3a1846a9))
6+
* feat(backend): implement sanitization utilities for XSS prevention ([981faf2c25fd654943a0f0c54fdb7cee19097c83](https://github.com/deploystackio/deploystack/commit/981faf2c25fd654943a0f0c54fdb7cee19097c83))
7+
* chore(all): bump webpack from 5.103.0 to 5.104.1 ([dc39724170dad1d801c9867506251560a34f004f](https://github.com/deploystackio/deploystack/commit/dc39724170dad1d801c9867506251560a34f004f))
8+
39
## 0.57.0 (2026-01-01)
410

511
* chore(all): update deploystack banner image ([924cbcb5835e1a91c572f658db1e47b6465a20a9](https://github.com/deploystackio/deploystack/commit/924cbcb5835e1a91c572f658db1e47b6465a20a9))

services/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/backend",
3-
"version": "0.57.0",
3+
"version": "0.58.0",
44
"scripts": {
55
"dev": "nodemon",
66
"build": "tsc && webpack --mode=production",

services/backend/src/config/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export interface VersionInfo {
99

1010
// This will be replaced by the build script
1111
let versionData: VersionInfo = {
12-
version: '0.57.0',
13-
buildTime: '2026-01-01T21:35:40.433Z',
12+
version: '0.58.0',
13+
buildTime: '2026-01-10T16:01:54.807Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)