Skip to content

Commit a8f9442

Browse files
chore(main): release 2.13.0
1 parent ad8bbab commit a8f9442

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

3+
## [2.13.0](https://github.com/diangogav/EDOpro-server-ts/compare/v2.12.0...v2.13.0) (2026-02-09)
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+
* implement game_id logic for statistics module ([a731260](https://github.com/diangogav/EDOpro-server-ts/commit/a73126005348b85ee95699d5af1ea8a1a04961dd))
11+
* 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))
12+
13+
14+
### Bug Fixes
15+
16+
* command match m ([#216](https://github.com/diangogav/EDOpro-server-ts/issues/216)) ([8e09840](https://github.com/diangogav/EDOpro-server-ts/commit/8e098404f7703d1d55229655529f476a5c3319d9))
17+
318
## [2.12.0](https://github.com/diangogav/EDOpro-server-ts/compare/v2.11.0...v2.12.0) (2026-01-26)
419

520

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)