Merge branch 'main' of https://git.notsosm.art/david/euchre_camp
Release / release (push) Failing after 11s

This commit is contained in:
2026-05-02 04:14:37 -07:00
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
## [0.1.17] - 2026-05-02
### Patch Changes
- Merge branch 'main' of https://git.notsosm.art/david/euchre_camp
- refactor: remove all SQLite code, standardize on PostgreSQL
## [0.1.16] - 2026-05-02
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "euchre_camp",
"version": "0.1.16",
"version": "0.1.17",
"private": true,
"scripts": {
"dev": "NEXT_PUBLIC_GIT_COMMIT=$(git rev-parse --short HEAD) next dev",