Skip to content

Commit a369f5a

Browse files
authored
Merge pull request #369 from deploystackio/satellite-release
[Satellite Release] v0.4.1
2 parents 6517f1e + 6594669 commit a369f5a

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## <small>0.4.1 (2025-10-07)</small>
4+
5+
* feat(all): Enhanced Job Queue Management - Search & Filtering ([6517f1e](https://github.com/deploystackio/deploystack/commit/6517f1e))
6+
* chore(backend): release v0.36.0 ([dacf1af](https://github.com/deploystackio/deploystack/commit/dacf1af))
7+
* chore(backend): release v0.36.0 ([6bdfbcf](https://github.com/deploystackio/deploystack/commit/6bdfbcf))
8+
39
## 0.4.0 (2025-10-06)
410

511
* chore(all): update dependencies and improve package configurations ([a9ed054](https://github.com/deploystackio/deploystack/commit/a9ed054))

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.4.0",
3+
"version": "0.4.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.4.0',
13-
buildTime: '2025-10-06T19:26:16.126Z',
12+
version: '0.4.1',
13+
buildTime: '2025-10-07T18:39:25.002Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)