Skip to content

Commit a67e9ff

Browse files
Lasimgithub-actions[bot]
authored andcommitted
chore(satellite): release v0.2.1
1 parent bcbdff7 commit a67e9ff

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/satellite/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## <small>0.2.1 (2025-09-15)</small>
4+
5+
* fix(all): remove unnecessary grep-or from commit logs in release scripts ([bcbdff7](https://github.com/deploystackio/deploystack/commit/bcbdff7))
6+
37
## 0.2.0 (2025-09-15)
48

59
* chore(all): update README to reflect completed tasks in Satellite MVP and Advanced Architecture phas ([3e0bd44](https://github.com/deploystackio/deploystack/commit/3e0bd44))

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.2.0",
3+
"version": "0.2.1",
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.2.0',
13-
buildTime: '2025-09-15T20:19:27.799Z',
12+
version: '0.2.1',
13+
buildTime: '2025-09-15T20:28:37.041Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)