Skip to content

Commit c51fa5c

Browse files
authored
Merge pull request #519 from deploystackio/backend-release
[Backend Release] v0.46.0
2 parents 6f71964 + 1490b2a commit c51fa5c

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/backend/CHANGELOG.md

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

3+
## 0.46.0 (2025-11-25)
4+
5+
* chore(frontend): release v0.41.0 6f71964
6+
* chore(frontend): release v0.41.0 52da4b2
7+
* chore(satellite): release v0.11.0 bfcb1ff
8+
* chore(satellite): release v0.11.0 9fddc8e
9+
* feat(backend): add satellite command notifications for MCP installations 769d557
10+
* feat(backend): complete PostgreSQL-only database migration 88c52f8
11+
* refactor(backend): use GlobalSettings for backend URL in OAuth routes 7aa72ca
12+
* refactor(satellite): enhance headers for Cloudflare compatibility 362987f
13+
314
## 0.45.0 (2025-11-22)
415

516
* chore(all): update dependencies across services 44bbbc2

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.45.0",
3+
"version": "0.46.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.45.0',
13-
buildTime: '2025-11-22T22:08:47.452Z',
12+
version: '0.46.0',
13+
buildTime: '2025-11-25T22:04:10.188Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)