Skip to content

Commit e1e8a2e

Browse files
authored
Merge pull request #473 from deploystackio/satellite-release
[Satellite Release] v0.9.0
2 parents a4de6d1 + 0c4a7c4 commit e1e8a2e

File tree

4 files changed

+14
-4
lines changed

4 files changed

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

3+
## 0.9.0 (2025-11-15)
4+
5+
* docs(satellite): update example outputs in token counter utility ([a4de6d1](https://github.com/deploystackio/deploystack/commit/a4de6d1))
6+
* chore(all): update dependencies in backend, frontend, and satellite services ([94a274f](https://github.com/deploystackio/deploystack/commit/94a274f))
7+
* chore(backend): release v0.43.0 ([e735cae](https://github.com/deploystackio/deploystack/commit/e735cae))
8+
* chore(backend): release v0.43.0 ([4c730dd](https://github.com/deploystackio/deploystack/commit/4c730dd))
9+
* chore(frontend): release v0.38.0 ([f11c7df](https://github.com/deploystackio/deploystack/commit/f11c7df))
10+
* chore(frontend): release v0.38.0 ([68958a3](https://github.com/deploystackio/deploystack/commit/68958a3))
11+
* feat(all): MCP Tool Metadata Collection & Display ([8af4610](https://github.com/deploystackio/deploystack/commit/8af4610))
12+
313
## 0.8.0 (2025-11-11)
414

515
* chore(backend): release v0.42.0 ([9588de4](https://github.com/deploystackio/deploystack/commit/9588de4))

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.8.0",
3+
"version": "0.9.0",
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.8.0',
13-
buildTime: '2025-11-11T21:24:29.711Z',
12+
version: '0.9.0',
13+
buildTime: '2025-11-15T14:35:27.305Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)