chore: bump version to v0.1.21

This commit is contained in:
Gitea Actions
2026-05-20 19:51:51 +00:00
parent e455d5dba5
commit 349d7c9f1e
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
## [0.1.21] - 2026-05-20
### Patch Changes
- fix: mount /apps and docker socket in PR workflow build-and-deploy-ci job (#41)
- feat: SDLC database separation for CI/testing (#35)
## [0.1.20] - 2026-05-02
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "euchre_camp",
"version": "0.1.20",
"version": "0.1.21",
"private": true,
"scripts": {
"dev": "NEXT_PUBLIC_GIT_COMMIT=$(git rev-parse --short HEAD) next dev",