Skip to content

Commit 2c75a0b

Browse files
authored
Merge pull request #471 from deploystackio/backend-release
[Backend Release] v0.43.0
2 parents 8af4610 + 4c730dd commit 2c75a0b

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.43.0 (2025-11-15)
4+
5+
* feat(all): MCP Tool Metadata Collection & Display ([8af4610](https://github.com/deploystackio/deploystack/commit/8af4610))
6+
* chore(all): update dependencies in backend, frontend, and satellite services ([94a274f](https://github.com/deploystackio/deploystack/commit/94a274f))
7+
* chore(satellite): release v0.8.0 ([8770637](https://github.com/deploystackio/deploystack/commit/8770637))
8+
* chore(satellite): release v0.8.0 ([109792a](https://github.com/deploystackio/deploystack/commit/109792a))
9+
310
## 0.42.0 (2025-11-11)
411

512
* chore(all): bump @octokit/auth-app from 8.1.1 to 8.1.2 ([b9e93c6](https://github.com/deploystackio/deploystack/commit/b9e93c6))

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.42.0",
3+
"version": "0.43.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.42.0',
13-
buildTime: '2025-11-11T21:16:10.392Z',
12+
version: '0.43.0',
13+
buildTime: '2025-11-15T13:42:38.756Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)