Skip to content

Commit 82b8157

Browse files
committed
chore: release version 11.1.0
1 parent fdc5351 commit 82b8157

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

22

3+
# [11.1.0](https://github.com/tf2pickup-org/server/compare/11.0.0...11.1.0) (2023-09-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @redis/client to v1.5.10 ([#2639](https://github.com/tf2pickup-org/server/issues/2639)) ([d6cd690](https://github.com/tf2pickup-org/server/commit/d6cd690e1baa5775c462e2b5d881276e71434731))
9+
* **deps:** update dependency @redis/client to v1.5.11 ([b3e34b6](https://github.com/tf2pickup-org/server/commit/b3e34b6a2df80270402623d4cce8ee68b215bfe9))
10+
* **deps:** update dependency mongodb to v6 ([#2592](https://github.com/tf2pickup-org/server/issues/2592)) ([f8b7f82](https://github.com/tf2pickup-org/server/commit/f8b7f82f4ddca388760450e04ff39f678752d971))
11+
* **deps:** update nest monorepo to v10.2.6 ([#2644](https://github.com/tf2pickup-org/server/issues/2644)) ([8ea3dab](https://github.com/tf2pickup-org/server/commit/8ea3dab4b6f6745d104450b20152de89117d6ac4))
12+
13+
14+
### Features
15+
16+
* **games:** add GameServerAssigned event ([#2646](https://github.com/tf2pickup-org/server/issues/2646)) ([fdc5351](https://github.com/tf2pickup-org/server/commit/fdc5351dca5d3fb4568e720efb8091154b1473f1))
17+
* **games:** add substitute request actor ([#2645](https://github.com/tf2pickup-org/server/issues/2645)) ([22efbe5](https://github.com/tf2pickup-org/server/commit/22efbe58a5e58c37f2836c546b1b1a0682b8a0fd))
18+
* **games:** force-end games automatically ([#2473](https://github.com/tf2pickup-org/server/issues/2473)) ([174baa2](https://github.com/tf2pickup-org/server/commit/174baa2c7cd1ab5f6ba6bb1a170c029e4b4b6e84))
19+
* **queue:** add player skill threshold ([#2635](https://github.com/tf2pickup-org/server/issues/2635)) ([ccc3208](https://github.com/tf2pickup-org/server/commit/ccc320852dc9680cca7480056a921e1ecf15b14b))
20+
321
# [11.0.0](https://github.com/tf2pickup-org/server/compare/11.0.0-rc.2...11.0.0) (2023-09-19)
422

523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server",
3-
"version": "11.0.0",
3+
"version": "11.1.0",
44
"description": "A server for tf2pickup.pl",
55
"author": "Michał Garapich <garrappachc@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)