Skip to content

Commit 715c35f

Browse files
Lasimgithub-actions[bot]
authored andcommitted
chore(backend): release v0.29.2
1 parent 1aab8fa commit 715c35f

File tree

4 files changed

+8
-4
lines changed

4 files changed

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

3+
## <small>0.29.2 (2025-08-16)</small>
4+
5+
* enhance build process with webpack integration ([1aab8fa](https://github.com/deploystackio/deploystack/commit/1aab8faab83777f2f8d66befb3bd9654dfd043bf))
6+
37
## <small>0.29.1 (2025-08-15)</small>
48

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

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.29.1",
3+
"version": "0.29.2",
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.29.0',
13-
buildTime: '2025-08-15T22:15:52.777Z',
12+
version: '0.29.2',
13+
buildTime: '2025-08-16T10:54:22.628Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)