Skip to content

Commit a060257

Browse files
Lasimgithub-actions[bot]
authored andcommitted
chore(backend): release v0.61.1
1 parent bb1b83e commit a060257

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

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.61.1](https://github.com/deploystackio/deploystack/compare/backend-v0.61.0...backend-v0.61.1) (2026-02-25)
4+
5+
6+
### chore
7+
8+
* **backend:** update version to 0.61.0 and changelog ([](https://github.com/deploystackio/deploystack/commit/26382978376163e297d360ba9f1fedfffb6202d4))
9+
310
# [0.61.0](https://github.com/deploystackio/deploystack/compare/frontend-v0.57.0...backend-v0.60.0) (2026-02-25)
411

512

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.61.0",
3+
"version": "0.61.1",
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.61.0',
13-
buildTime: '2026-02-24T23:26:00.726Z',
12+
version: '0.61.1',
13+
buildTime: '2026-02-25T20:05:50.114Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)