File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.42.0 (2025-11-11)
4+
5+ * chore(all): bump @octokit/auth-app from 8.1.1 to 8.1.2 ([ b9e93c6] ( https://github.com/deploystackio/deploystack/commit/b9e93c6 ) )
6+ * chore(all): bump @octokit/request from 10.0.5 to 10.0.6 ([ 67fcd1b] ( https://github.com/deploystackio/deploystack/commit/67fcd1b ) )
7+ * chore(all): bump marked from 16.4.1 to 17.0.0 ([ aa37cf6] ( https://github.com/deploystackio/deploystack/commit/aa37cf6 ) )
8+ * chore(all): bump release-it from 19.0.5 to 19.0.6 ([ d2fdb5c] ( https://github.com/deploystackio/deploystack/commit/d2fdb5c ) )
9+ * chore(frontend): release v0.37.0 ([ 2e71d44] ( https://github.com/deploystackio/deploystack/commit/2e71d44 ) )
10+ * chore(frontend): release v0.37.0 ([ bfa8025] ( https://github.com/deploystackio/deploystack/commit/bfa8025 ) )
11+ * feat(all): Add support for URL query parameters in MCP server configuration ([ bce275a] ( https://github.com/deploystackio/deploystack/commit/bce275a ) )
12+ * feat(all): added new route for MCP client config ([ 1d7fb4a] ( https://github.com/deploystackio/deploystack/commit/1d7fb4a ) )
13+
314## 0.41.0 (2025-11-09)
415
516* chore(all): bump @modelcontextprotocol/sdk from 1.20.2 to 1.21.0 ([ 7c81126] ( https://github.com/deploystackio/deploystack/commit/7c81126 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @deploystack/backend" ,
3- "version" : " 0.41 .0" ,
3+ "version" : " 0.42 .0" ,
44 "scripts" : {
55 "dev" : " nodemon" ,
66 "build" : " tsc && webpack --mode=production" ,
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export interface VersionInfo {
99
1010// This will be replaced by the build script
1111let versionData : VersionInfo = {
12- version : '0.41 .0' ,
13- buildTime : '2025-11-09T23:02:49.710Z ' ,
12+ version : '0.42 .0' ,
13+ buildTime : '2025-11-11T21:16:10.392Z ' ,
1414 source : 'release'
1515} ;
1616
You can’t perform that action at this time.
0 commit comments