ci: bump version to v4.0.0

This commit is contained in:
TeamCity
2025-11-23 15:15:09 +00:00
parent 8ca909db52
commit 11478a096d
2 changed files with 11 additions and 2 deletions

View File

@@ -133,3 +133,12 @@
### Bug Fixes
* **api:** Fixed a bug where the game would reload on game start ([#81](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/issues/81)) ([9738a04](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/9738a04b7a3c63c8cd1450e563ec04823fb3c35a))
## (2025-11-23)
### ⚠ BREAKING CHANGES
* **websocket:** Implement WebSocket connection and event handling (#82)
### Features
* **websocket:** Implement WebSocket connection and event handling ([#82](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/issues/82)) ([8ca909d](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/8ca909db522dd7108a3e40ce84811eaf8695eaa5))

View File

@@ -1,3 +1,3 @@
MAJOR=3
MAJOR=4
MINOR=0
PATCH=1
PATCH=0