Skip to content

Commit 299ea5f

Browse files
Lasimgithub-actions[bot]
authored andcommitted
chore(satellite): release v0.22.3
1 parent 8cd4461 commit 299ea5f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

services/satellite/CHANGELOG.md

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

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.2",
3+
"version": "0.22.3",
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.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

0 commit comments

Comments
 (0)