Skip to content

Commit 4ff5141

Browse files
Lasimgithub-actions[bot]
authored andcommitted
chore(backend): release v0.33.0
1 parent 3e0bd44 commit 4ff5141

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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/backend/CHANGELOG.md

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

3+
## 0.33.0 (2025-09-15)
4+
5+
* chore(all): update README to reflect completed tasks in Satellite MVP and Advanced Architecture phas ([3e0bd44](https://github.com/deploystackio/deploystack/commit/3e0bd44))
6+
* backend(fix): fixed console log ([420172d](https://github.com/deploystackio/deploystack/commit/420172d))
7+
* refactor(satellite): removed gateway ([ecdcb91](https://github.com/deploystackio/deploystack/commit/ecdcb91))
8+
* release satellite ([d7a5a10](https://github.com/deploystackio/deploystack/commit/d7a5a10))
9+
310
## <small>0.32.1 (2025-09-05)</small>
411

512
* chore(backend): release v0.32.1 ([1b290ef](https://github.com/deploystackio/deploystack/commit/1b290ef))

services/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/backend",
3-
"version": "0.32.1",
3+
"version": "0.33.0",
44
"scripts": {
55
"dev": "nodemon",
66
"build": "tsc && webpack --mode=production",

services/backend/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.32.1',
13-
buildTime: '2025-09-05T09:19:24.355Z',
12+
version: '0.33.0',
13+
buildTime: '2025-09-15T19:45:03.618Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)