Skip to content

Commit c7ab6d2

Browse files
Lasimgithub-actions[bot]
authored andcommitted
chore(satellite): release v0.22.2
1 parent 454836c commit c7ab6d2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

services/satellite/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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)

services/satellite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

services/satellite/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.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

0 commit comments

Comments
 (0)