From a67e9ff94f8f7f7e865355133ce8423973ab9345 Mon Sep 17 00:00:00 2001 From: Lasim <7317318+Lasim@users.noreply.github.com> Date: Mon, 15 Sep 2025 20:28:39 +0000 Subject: [PATCH] chore(satellite): release v0.2.1 --- package-lock.json | 2 +- services/satellite/CHANGELOG.md | 4 ++++ services/satellite/package.json | 2 +- services/satellite/src/config/version.ts | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fcc37624c..4233d1134 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29482,7 +29482,7 @@ }, "services/satellite": { "name": "@deploystack/satellite", - "version": "0.2.0", + "version": "0.2.1", "dependencies": { "@fastify/http-proxy": "^10.0.0", "@fastify/swagger": "^9.5.1", diff --git a/services/satellite/CHANGELOG.md b/services/satellite/CHANGELOG.md index 555f1b7c1..711ff3323 100644 --- a/services/satellite/CHANGELOG.md +++ b/services/satellite/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.1 (2025-09-15) + +* fix(all): remove unnecessary grep-or from commit logs in release scripts ([bcbdff7](https://github.com/deploystackio/deploystack/commit/bcbdff7)) + ## 0.2.0 (2025-09-15) * chore(all): update README to reflect completed tasks in Satellite MVP and Advanced Architecture phas ([3e0bd44](https://github.com/deploystackio/deploystack/commit/3e0bd44)) diff --git a/services/satellite/package.json b/services/satellite/package.json index 3bcf72c6a..a8ef3d373 100644 --- a/services/satellite/package.json +++ b/services/satellite/package.json @@ -1,6 +1,6 @@ { "name": "@deploystack/satellite", - "version": "0.2.0", + "version": "0.2.1", "description": "DeployStack Satellite - MCP Server Management Service", "main": "dist/index.js", "scripts": { diff --git a/services/satellite/src/config/version.ts b/services/satellite/src/config/version.ts index d7cfaa6b4..d9ada1200 100644 --- a/services/satellite/src/config/version.ts +++ b/services/satellite/src/config/version.ts @@ -9,8 +9,8 @@ export interface VersionInfo { // This will be replaced by the build script let versionData: VersionInfo = { - version: '0.2.0', - buildTime: '2025-09-15T20:19:27.799Z', + version: '0.2.1', + buildTime: '2025-09-15T20:28:37.041Z', source: 'release' };