Skip to content

Commit 7ef0af4

Browse files
author
semantic-release
committed
chore(release): 1.2.1 [skip ci]
1 parent c331f20 commit 7ef0af4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# CHANGELOG
22

33

4+
## v1.2.1 (2025-06-26)
5+
6+
### Bug Fixes
7+
8+
- Update gitignore and test configurations
9+
([`a523af0`](https://github.com/offendingcommit/commit-bingo/commit/a523af091245f34e0909cd12164b956a3f464525))
10+
11+
- Add game_state.json to gitignore for state persistence - Update CLAUDE.md with memory management
12+
protocols - Fix hot reload integration test indentation error
13+
14+
415
## v1.2.0 (2025-06-22)
516

617
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bingo"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "A bingo board generator using NiceGUI"
55
authors = ["Offending Commit <offendingcommit@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)