diff --git a/CHANGELOG.md b/CHANGELOG.md index 23807c6..2258f60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [0.1.14] - 2026-05-02 + +### Patch Changes + +- Merge branch 'bugfix/7-tournament-schedule-tests': Schedule generation, clickable matchups, and test fixes +- Merge branch 'bugfix/9-player-schedule-tests': Player schedule clickable matches +- Merge branch 'bugfix/10-password-reset-tests': Password reset API and form wiring +- fix: resolve schedule generation tests - round display, clickable links, and team count +- fix: rename variable to avoid shadowing expectedRounds function +- fix: improve link click handling to wait for networkidle +- feat: implement password reset API endpoint and wire up form +- fix: make player schedule matches clickable links to match detail page +- fix: support matchup query param for direct navigation to entry page +- fix: correct wordmark link to point to home page +- fix: resolve schedule data staleness in production builds +- wip: Tournament schedule tests - 27/30 passing +- feat: add ScheduleDisplay component and wire up schedule page with Generator +- test: add tournament schedule step definitions +- test: enable player schedule tests with match data setup +- test: enable password reset page test and add navigation step + ## [0.1.13] - 2026-04-27 ### Patch Changes diff --git a/package.json b/package.json index f155fd8..c93112f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "euchre_camp", - "version": "0.1.13", + "version": "0.1.14", "private": true, "scripts": { "dev": "NEXT_PUBLIC_GIT_COMMIT=$(git rev-parse --short HEAD) next dev",