From 396f21b46468172b8435075c86cc04bdc9d6fcd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Garapich?= Date: Thu, 16 Feb 2023 02:14:18 +0100 Subject: [PATCH] chore: release version 11.0.0-alpha.8 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db2200555..d3bca1b6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +# [11.0.0-alpha.8](https://github.com/tf2pickup-org/server/compare/11.0.0-alpha.7...11.0.0-alpha.8) (2023-02-16) + + +### Bug Fixes + +* **deps:** update nest monorepo to v9.3.9 ([#2252](https://github.com/tf2pickup-org/server/issues/2252)) ([f7858a5](https://github.com/tf2pickup-org/server/commit/f7858a5311e029c167ed0e31bcd8c0829f59f4a5)) +* **games:** don't apply cooldown if the player takes back his spot ([#2254](https://github.com/tf2pickup-org/server/issues/2254)) ([8803789](https://github.com/tf2pickup-org/server/commit/880378937aef7c170705ed4860364f550ab9fd88)) + # [11.0.0-alpha.7](https://github.com/tf2pickup-org/server/compare/11.0.0-alpha.6...11.0.0-alpha.7) (2023-02-14) diff --git a/package.json b/package.json index 77c67651f..96fe573a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "11.0.0-alpha.7", + "version": "11.0.0-alpha.8", "description": "A server for tf2pickup.pl", "author": "MichaƂ Garapich ", "license": "MIT",