Skip to content

Commit 8fa10e9

Browse files
committed
Merge branch 'main' of github-jason:deploystackio/deploystack into main
2 parents d50e10a + aa65bb0 commit 8fa10e9

File tree

3 files changed

+18
-3
lines changed

3 files changed

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

3+
## [0.20.4](https://github.com/deploystackio/deploystack/compare/backend-v0.20.2...backend-v0.20.4) (2025-05-30)
4+
5+
6+
### chore
7+
8+
* **backend:** release v0.20.3 ([](https://github.com/deploystackio/deploystack/commit/5e30962bbb84dd16e035abedc8101770d09c113b))
9+
* update backend version to 0.20.2 and typescript-eslint to 8.33.0 ([](https://github.com/deploystackio/deploystack/commit/bc015afd966ad8b304c619e00de57d57dcf583b8))
10+
11+
## [0.20.3](https://github.com/deploystackio/deploystack/compare/backend-v0.20.2...backend-v0.20.3) (2025-05-30)
12+
13+
14+
### chore
15+
16+
* update backend version to 0.20.2 and typescript-eslint to 8.33.0 ([](https://github.com/deploystackio/deploystack/commit/bc015afd966ad8b304c619e00de57d57dcf583b8))
17+
318
## 0.20.2 (2025-05-30)
419

520

services/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/backend",
3-
"version": "0.20.2",
3+
"version": "0.20.4",
44
"scripts": {
55
"dev": "node --env-file=.env --require ts-node/register src/index.ts",
66
"build": "tsc",
@@ -42,4 +42,4 @@
4242
"typescript": "^5.8.3",
4343
"typescript-eslint": "^8.33.0"
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)