Skip to content

Commit f1126bd

Browse files
authored
Merge pull request #445 from deploystackio/backend-release
[Backend Release] v0.40.0
2 parents 6b2e8a7 + 58435ff commit f1126bd

File tree

4 files changed

+22
-46
lines changed

4 files changed

+22
-46
lines changed

package-lock.json

Lines changed: 2 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/backend/CHANGELOG.md

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

3+
## 0.40.0 (2025-11-04)
4+
5+
* feat(all): added support for claude code ([6b2e8a7](https://github.com/deploystackio/deploystack/commit/6b2e8a7))
6+
* feat(backend): added mcp server source type ([a9429a6](https://github.com/deploystackio/deploystack/commit/a9429a6))
7+
* feat(backend): resolve plugin path determination for production environment ([bb0f504](https://github.com/deploystackio/deploystack/commit/bb0f504))
8+
* feat(frontend): add source field to MCP server and display in details ([2461f88](https://github.com/deploystackio/deploystack/commit/2461f88))
9+
* feat(satellite): implement hierarchical tool search with Fuse.js ([5545c20](https://github.com/deploystackio/deploystack/commit/5545c20))
10+
* chore(all): bump tailwindcss from 4.1.14 to 4.1.15 ([8365aa2](https://github.com/deploystackio/deploystack/commit/8365aa2))
11+
* chore(all): update dependencies across services ([1b1aba7](https://github.com/deploystackio/deploystack/commit/1b1aba7))
12+
* chore(frontend): release v0.34.0 ([f0e29de](https://github.com/deploystackio/deploystack/commit/f0e29de))
13+
* chore(frontend): release v0.34.0 ([fe6aec7](https://github.com/deploystackio/deploystack/commit/fe6aec7))
14+
* chore(satellite): release v0.7.0 ([3aaf75c](https://github.com/deploystackio/deploystack/commit/3aaf75c))
15+
* chore(satellite): release v0.7.0 ([b94bbbd](https://github.com/deploystackio/deploystack/commit/b94bbbd))
16+
* docs(all): update README to clarify management chaos and token reduction ([d5e5000](https://github.com/deploystackio/deploystack/commit/d5e5000))
17+
* docs(all): update README to clarify MCP challenges and solutions ([46ce1e9](https://github.com/deploystackio/deploystack/commit/46ce1e9))
18+
* fix(backend): update welcome email instructions for MCP client setup ([2da79a9](https://github.com/deploystackio/deploystack/commit/2da79a9))
19+
320
## 0.39.0 (2025-10-25)
421

522
* chore(backend): release v0.39.0 ([3c783bb](https://github.com/deploystackio/deploystack/commit/3c783bb))

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.39.0",
3+
"version": "0.40.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.39.0',
13-
buildTime: '2025-10-24T20:27:44.485Z',
12+
version: '0.40.0',
13+
buildTime: '2025-11-04T19:56:19.119Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)