Skip to content

Commit 5891b36

Browse files
authored
Merge pull request #25 from deploystackio/backend-release
[Backend Release] v0.20.3
2 parents bc015af + 5e30962 commit 5891b36

File tree

3 files changed

+10
-3
lines changed

3 files changed

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

3+
## [0.20.3](https://github.com/deploystackio/deploystack/compare/backend-v0.20.2...backend-v0.20.3) (2025-05-30)
4+
5+
6+
### chore
7+
8+
* update backend version to 0.20.2 and typescript-eslint to 8.33.0 ([](https://github.com/deploystackio/deploystack/commit/bc015afd966ad8b304c619e00de57d57dcf583b8))
9+
310
## 0.20.2 (2025-05-30)
411

512

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.3",
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)