Skip to content

Commit 7a26e5a

Browse files
chore(main): release 2.11.0 (#209)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 672f98f commit 7a26e5a

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

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

3+
## [2.11.0](https://github.com/diangogav/EDOpro-server-ts/compare/v2.10.0...v2.11.0) (2026-01-04)
4+
5+
6+
### Features
7+
8+
* notify all players when a new spectator joins the duel ([1c71643](https://github.com/diangogav/EDOpro-server-ts/commit/1c71643fb0a6f9b0aa3f00011c760528193cf894))
9+
10+
11+
### Bug Fixes
12+
13+
* dockerfile conan compilation ([0e2f8e2](https://github.com/diangogav/EDOpro-server-ts/commit/0e2f8e28dbf9436b1f83e59b98c7a465e545a4ff))
14+
* remove unused side getter method from Room class ([8b541b8](https://github.com/diangogav/EDOpro-server-ts/commit/8b541b8a504fb27c9b157f205ce75b7107d6ba9f))
15+
* rename 'id' to 'code' in CardInfo interface for clarity ([28fbae3](https://github.com/diangogav/EDOpro-server-ts/commit/28fbae3572d2cd2f427acc90329d815c6d4520f4))
16+
* update log message to include exclamation mark for emphasis ([e2aa0b8](https://github.com/diangogav/EDOpro-server-ts/commit/e2aa0b82bb0469431db105f879771f48e5bea68f))
17+
* update points value for 'Change of Heart' in genesys.json ([828ee46](https://github.com/diangogav/EDOpro-server-ts/commit/828ee46509df574f1a59df3fc3e68fc8cbc99fb2))
18+
* user node at dockerfile ([22724f3](https://github.com/diangogav/EDOpro-server-ts/commit/22724f332e48b1b338711e5ea05c5aaaf6e87801))
19+
320
## [2.10.0](https://github.com/diangogav/EDOpro-server-ts/compare/v2.9.0...v2.10.0) (2025-11-13)
421

522

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"node": ">=24.11.0"
44
},
55
"name": "edopro",
6-
"version": "2.10.0",
6+
"version": "2.11.0",
77
"description": "",
88
"main": "index.js",
99
"scripts": {

0 commit comments

Comments
 (0)