Skip to content

Commit e426a40

Browse files
committed
chore: release version 11.0.0-alpha.3
1 parent 72ed894 commit e426a40

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

22

3+
# [11.0.0-alpha.3](https://github.com/tf2pickup-org/server/compare/11.0.0-alpha.2...11.0.0-alpha.3) (2023-02-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update nest monorepo to v9.3.8 ([#2241](https://github.com/tf2pickup-org/server/issues/2241)) ([1df4c36](https://github.com/tf2pickup-org/server/commit/1df4c369574706cf147348fb7e25ef2b6fbf2432))
9+
* **games:** don't auto substitute players that are online ([#2243](https://github.com/tf2pickup-org/server/issues/2243)) ([72ed894](https://github.com/tf2pickup-org/server/commit/72ed89420ae90d8e946f63430abdbec581f958fb))
10+
11+
12+
### Features
13+
14+
* **games:** new game admin actions endpoints ([#2240](https://github.com/tf2pickup-org/server/issues/2240)) ([29dd0f2](https://github.com/tf2pickup-org/server/commit/29dd0f210abbb110e75063c72274cca3ef17f453))
15+
* **players:** delete player skill ([#2242](https://github.com/tf2pickup-org/server/issues/2242)) ([aa8213b](https://github.com/tf2pickup-org/server/commit/aa8213b7ccc6300e285ddb0e940792c923ac1f0d))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* **games:** The old `POST /games/:id` endpoint is gone
21+
322
# [11.0.0-alpha.2](https://github.com/tf2pickup-org/server/compare/11.0.0-alpha.1...11.0.0-alpha.2) (2023-02-10)
423

524

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-alpha.2",
3+
"version": "11.0.0-alpha.3",
44
"description": "A server for tf2pickup.pl",
55
"author": "Michał Garapich <garrappachc@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)