diff --git a/CHANGELOG.md b/CHANGELOG.md index e25a02c..25a7a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +## [0.1.4] - 2026-04-02 + +### Patch Changes + +- ci: remove acceptance tests and add dev deployment +- fix(tests): resolve password validation, csv upload, and admin auth issues +- fix(ci): correct playwright config paths and add env example files +- fix(ci): use existing PostgreSQL server at dhg.lol +- fix(ci): use PostgreSQL in acceptance-tests with dev credentials +- feat(ci): build custom Docker images for Gitea Actions compatibility +- fix(tests): add @prisma/client mock for test isolation +- fix(ci): add prisma generate step to unit-tests job +- fix: downgrade ESLint to v8.57.1 for LSP compatibility +- fix: improve TypeScript types for better IDE code hinting +- feat: migrate to ESLint flat config (eslint.config.js) +- Revert "fix: downgrade ESLint to v8.x for .eslintrc.json compatibility" +- fix: downgrade ESLint to v8.x for .eslintrc.json compatibility +- fix: update PR workflow to exclude e2e tests from unit test phase +- fix: avoid global mock clearing in EditTournamentForm tests +- fix: avoid global mock clearing in Navigation tests +- fix: add DOM cleanup to bun-setup.ts +- fix: disable test isolation in bunfig.toml +- refactor: improve test structure for Bun compatibility +- feat: update CI/CD to use Bun +- feat: migrate from npm to Bun +- docs: update TODO list with recent fix +- fix: add defensive checks to prisma.ts to prevent build failures + ## [0.1.3] - 2026-04-01 ### Patch Changes diff --git a/package.json b/package.json index b284c7c..fb25dd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "euchre_camp", - "version": "0.1.3", + "version": "0.1.4", "private": true, "scripts": { "dev": "NEXT_PUBLIC_GIT_COMMIT=$(git rev-parse --short HEAD) next dev",