File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.22.2] ( https://github.com/deploystackio/deploystack/compare/satellite-v0.22.1...satellite-v0.22.2 ) (2026-02-25)
4+
35## [ 0.22.1] ( https://github.com/deploystackio/deploystack/compare/frontend-v0.57.1...satellite-v0.22.0 ) (2026-02-25)
46
57## [ 0.22.1] ( https://github.com/deploystackio/deploystack/compare/satellite-v0.22.0...satellite-v0.22.1 ) (2026-02-25)
Original file line number Diff line number Diff line change 11{
22 "name" : " @deploystack/satellite" ,
3- "version" : " 0.22.1 " ,
3+ "version" : " 0.22.2 " ,
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.1 ' ,
13- buildTime : '2026-02-25T20:16:29.734Z ' ,
12+ version : '0.22.2 ' ,
13+ buildTime : '2026-02-25T20:28:44.203Z ' ,
1414 source : 'release'
1515} ;
1616
You can’t perform that action at this time.
0 commit comments