mirror of
https://github.com/diangogav/EDOpro-server-ts
synced 2026-08-24 00:23:05 -04:00
chore(main): release 2.15.0
This commit is contained in:
parent
447d93df48
commit
c6179f54ab
3 changed files with 16 additions and 3 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"node": ">=24.11.0"
|
||||
},
|
||||
"name": "edopro",
|
||||
"version": "2.14.0",
|
||||
"version": "2.15.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue