From 4c730dd49f0bfcb9d70b1d4aeeb25a59c7a7db86 Mon Sep 17 00:00:00 2001 From: Lasim <7317318+Lasim@users.noreply.github.com> Date: Sat, 15 Nov 2025 13:42:39 +0000 Subject: [PATCH] chore(backend): release v0.43.0 --- package-lock.json | 2 +- services/backend/CHANGELOG.md | 7 +++++++ services/backend/package.json | 2 +- services/backend/src/config/version.ts | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4cd1eb1c..1b3e4baad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23185,7 +23185,7 @@ }, "services/backend": { "name": "@deploystack/backend", - "version": "0.42.0", + "version": "0.43.0", "dependencies": { "@fastify/cookie": "^11.0.2", "@fastify/cors": "^11.1.0", diff --git a/services/backend/CHANGELOG.md b/services/backend/CHANGELOG.md index 4c2b48b27..65bdf5517 100644 --- a/services/backend/CHANGELOG.md +++ b/services/backend/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.43.0 (2025-11-15) + +* feat(all): MCP Tool Metadata Collection & Display ([8af4610](https://github.com/deploystackio/deploystack/commit/8af4610)) +* chore(all): update dependencies in backend, frontend, and satellite services ([94a274f](https://github.com/deploystackio/deploystack/commit/94a274f)) +* chore(satellite): release v0.8.0 ([8770637](https://github.com/deploystackio/deploystack/commit/8770637)) +* chore(satellite): release v0.8.0 ([109792a](https://github.com/deploystackio/deploystack/commit/109792a)) + ## 0.42.0 (2025-11-11) * chore(all): bump @octokit/auth-app from 8.1.1 to 8.1.2 ([b9e93c6](https://github.com/deploystackio/deploystack/commit/b9e93c6)) diff --git a/services/backend/package.json b/services/backend/package.json index 19fa351ad..ad432a970 100644 --- a/services/backend/package.json +++ b/services/backend/package.json @@ -1,6 +1,6 @@ { "name": "@deploystack/backend", - "version": "0.42.0", + "version": "0.43.0", "scripts": { "dev": "nodemon", "build": "tsc && webpack --mode=production", diff --git a/services/backend/src/config/version.ts b/services/backend/src/config/version.ts index deb94428f..69d21f471 100644 --- a/services/backend/src/config/version.ts +++ b/services/backend/src/config/version.ts @@ -9,8 +9,8 @@ export interface VersionInfo { // This will be replaced by the build script let versionData: VersionInfo = { - version: '0.42.0', - buildTime: '2025-11-11T21:16:10.392Z', + version: '0.43.0', + buildTime: '2025-11-15T13:42:38.756Z', source: 'release' };