Skip to content

Commit 77ab293

Browse files
Lasimgithub-actions[bot]
authored andcommitted
chore(gateway): release v0.5.1
1 parent f03a490 commit 77ab293

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/gateway/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.5.1 (2025-08-16)</small>
4+
5+
* update release workflow and improve version handling ([67c7ab3](https://github.com/deploystackio/deploystack/commit/67c7ab3a72475da9b1df833208782fbfd2ed73ac))
6+
37
## 0.5.0 (2025-08-15)
48

59
* update @typescript-eslint/parser to version 8.35.1 and add license information ([f4a2ab8](https://github.com/deploystackio/deploystack/commit/f4a2ab8d15866c490db17174eb88a133f26374aa))

services/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/gateway",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "The local DeployStack Gateway for secure MCP server management.",
55
"main": "dist/index.js",
66
"bin": {

services/gateway/src/config/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export interface VersionCheckResult {
1818

1919
// This will be replaced by the build script
2020
let versionData: VersionInfo = {
21-
version: '0.5.0',
22-
buildTime: '2025-08-15T21:41:10.209Z',
21+
version: '0.5.1',
22+
buildTime: '2025-08-16T07:56:39.441Z',
2323
source: 'release'
2424
};
2525

0 commit comments

Comments
 (0)