File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.22.3] ( https://github.com/deploystackio/deploystack/compare/satellite-v0.22.2...satellite-v0.22.3 ) (2026-02-25)
4+
5+
6+ ### feat
7+
8+ * ** satellite:** add DEPLOYSTACK_SATELLITE_URL to .env file ([ ] ( https://github.com/deploystackio/deploystack/commit/8cd4461074c125c20218d77e2aaf12f998e31bcf ) )
9+
310## [ 0.22.2] ( https://github.com/deploystackio/deploystack/compare/backend-v0.61.1...satellite-v0.22.1 ) (2026-02-25)
411
512## [ 0.22.2] ( https://github.com/deploystackio/deploystack/compare/satellite-v0.22.1...satellite-v0.22.2 ) (2026-02-25)
Original file line number Diff line number Diff line change 11{
22 "name" : " @deploystack/satellite" ,
3- "version" : " 0.22.2 " ,
3+ "version" : " 0.22.3 " ,
44 "description" : " DeployStack Satellite - MCP Server Management Service" ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
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.22.2 ' ,
13- buildTime : '2026-02-25T20:28:44.203Z ' ,
12+ version : '0.22.3 ' ,
13+ buildTime : '2026-02-25T20:59:07.024Z ' ,
1414 source : 'release'
1515} ;
1616
You can’t perform that action at this time.
0 commit comments