From f51f3caa3461270e2daa8813cbbc0ee2d336d1e3 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Sun, 26 Apr 2026 04:27:54 +0000 Subject: [PATCH] chore: bump version to v0.1.6 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 429272a..c30d3a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [0.1.6] - 2026-04-26 + +### Patch Changes + +- fix: update Cucumber config and hooks to properly load test infrastructure +- feat: add feature summary documentation +- docs: update README with feature files and issue tracking +- feat: add tournament schedule feature test (issue #7) +- feat: add player schedule feature test (issue #9) +- feat: add password reset feature test (issue #10) +- feat: add wordmark navigation feature test (issue #24) +- docs: add README for Cucumber test framework +- feat: add cucumber gherkin-style E2E test framework + ## [0.1.5] - 2026-04-26 ### Patch Changes diff --git a/package.json b/package.json index 665daa1..282b3b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "euchre_camp", - "version": "0.1.5", + "version": "0.1.6", "private": true, "scripts": { "dev": "NEXT_PUBLIC_GIT_COMMIT=$(git rev-parse --short HEAD) next dev",