Skip to content

Commit c83696d

Browse files
chore(main): release 2.13.0
1 parent 2f7699b commit c83696d

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

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

3+
## [2.13.0](https://github.com/diangogav/EDOpro-server-ts/compare/v2.12.0...v2.13.0) (2026-02-16)
4+
5+
6+
### Features
7+
8+
* add new cards and update points in genesys.json ([54afff1](https://github.com/diangogav/EDOpro-server-ts/commit/54afff1450984ebfcc2c0a873c620530a275019b))
9+
* add new cards and update points in genesys.json ([0242b13](https://github.com/diangogav/EDOpro-server-ts/commit/0242b13f2c556951b579bf13c81508e7b316c747))
10+
* harden Node↔C++ IPC flow (backpressure queue, frame draining, safer core IO) ([#220](https://github.com/diangogav/EDOpro-server-ts/issues/220)) ([c307e23](https://github.com/diangogav/EDOpro-server-ts/commit/c307e231be3576ddb846d3b5d852c98110315720))
11+
* implement game_id logic for statistics module ([a731260](https://github.com/diangogav/EDOpro-server-ts/commit/a73126005348b85ee95699d5af1ea8a1a04961dd))
12+
* implement simplified saving of unranked matches and duels ([#219](https://github.com/diangogav/EDOpro-server-ts/issues/219)) ([ad8bbab](https://github.com/diangogav/EDOpro-server-ts/commit/ad8bbabb51f68bc28350d6dc1099cf1b9fd11641))
13+
* instrument Node↔C++ IPC metrics in EDOPro and add reproducible performance benchmarks ([b535617](https://github.com/diangogav/EDOpro-server-ts/commit/b5356172f7e69e07954cf6b02190fc327626ec5d))
14+
15+
16+
### Bug Fixes
17+
18+
* command match m ([#216](https://github.com/diangogav/EDOpro-server-ts/issues/216)) ([8e09840](https://github.com/diangogav/EDOpro-server-ts/commit/8e098404f7703d1d55229655529f476a5c3319d9))
19+
* prevent match scores from incrementing on a draw and add tests for duel winner logic ([10551e3](https://github.com/diangogav/EDOpro-server-ts/commit/10551e3c0e8a883fffd8d44e379e8ed339e10ec0))
20+
321
## [2.12.0](https://github.com/diangogav/EDOpro-server-ts/compare/v2.11.0...v2.12.0) (2026-01-26)
422

523

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.12.0",
6+
"version": "2.13.0",
77
"description": "",
88
"main": "index.js",
99
"scripts": {

0 commit comments

Comments
 (0)