We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f233def commit adf8120Copy full SHA for adf8120
2 files changed
services/backend/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## <small>0.28.3 (2025-08-07)</small>
4
+
5
+* release v0.28.2 ([d2c1945](https://github.com/deploystackio/deploystack/commit/d2c19455bf76a85bcb2e2a75215c3b53330b76f7))
6
+* enhance SQL statement handling for Turso compatibility ([98fe23e](https://github.com/deploystackio/deploystack/commit/98fe23ef374d03c9a1724be815e43ae543ea8521))
7
8
## <small>0.28.2 (2025-08-07)</small>
9
10
* enhance SQL statement handling for Turso compatibility ([98fe23e](https://github.com/deploystackio/deploystack/commit/98fe23ef374d03c9a1724be815e43ae543ea8521))
services/backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@deploystack/backend",
- "version": "0.28.2",
+ "version": "0.28.3",
"scripts": {
"dev": "nodemon",
"build": "tsc",
0 commit comments