chore(main): release 2.15.0

This commit is contained in:
github-actions[bot] 2026-08-20 10:24:15 +00:00 committed by GitHub
parent 447d93df48
commit c6179f54ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 3 deletions

View file

@ -1,5 +1,18 @@
# Changelog
## [2.15.0](https://github.com/diangogav/EDOpro-server-ts/compare/v2.14.0...v2.15.0) (2026-08-20)
### Features
* **matchmaking:** add edison to the ranked queue ([#322](https://github.com/diangogav/EDOpro-server-ts/issues/322)) ([447d93d](https://github.com/diangogav/EDOpro-server-ts/commit/447d93df48d976b02a6676af2cde54b40c332e64))
* **room:** join-command overhaul — pairing joins, room identity, edison bots ([#319](https://github.com/diangogav/EDOpro-server-ts/issues/319)) ([46e353c](https://github.com/diangogav/EDOpro-server-ts/commit/46e353c588f6a4e3bcab64447ebfc6945e6cdfd8))
### Bug Fixes
* **ban-list:** announce whitelist lists with the hash ygopro clients compute ([#321](https://github.com/diangogav/EDOpro-server-ts/issues/321)) ([6e7baf2](https://github.com/diangogav/EDOpro-server-ts/commit/6e7baf2cc73876d7b02b62a637fa3b9ed09741a0))
## [2.14.0](https://github.com/diangogav/EDOpro-server-ts/compare/v2.13.2...v2.14.0) (2026-08-05)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "edopro",
"version": "2.14.0",
"version": "2.15.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "edopro",
"version": "2.14.0",
"version": "2.15.0",
"license": "ISC",
"dependencies": {
"@types/shuffle-array": "^1.0.5",

View file

@ -3,7 +3,7 @@
"node": ">=24.11.0"
},
"name": "edopro",
"version": "2.14.0",
"version": "2.15.0",
"description": "",
"main": "index.js",
"scripts": {