chore: bump version to v0.1.20

This commit is contained in:
Gitea Actions
2026-05-02 12:18:14 +00:00
parent 49865cd9c3
commit 179d840068
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,3 +1,11 @@
## [0.1.20] - 2026-05-02
### Patch Changes
- Merge branch 'main' of https://git.notsosm.art/david/euchre_camp
- Merge branch 'fix/schedule-test-reliability': Reliable schedule generation tests
- fix: make schedule generation tests reliable (#33)
## [0.1.19] - 2026-05-02
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "euchre_camp",
"version": "0.1.19",
"version": "0.1.20",
"private": true,
"scripts": {
"dev": "NEXT_PUBLIC_GIT_COMMIT=$(git rev-parse --short HEAD) next dev",