From ebe117929b3eff51134627fa0eb4f7095ba45225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Garapich?= Date: Mon, 27 Mar 2023 14:03:47 +0200 Subject: [PATCH] chore: release version 3.27.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56cf86b37..f899273fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [3.27.3](https://github.com/tf2pickup-org/client/compare/3.27.2...3.27.3) (2023-03-27) + + +### Bug Fixes + +* add missing map thumbnails ([#2252](https://github.com/tf2pickup-org/client/issues/2252)) ([d3bf961](https://github.com/tf2pickup-org/client/commit/d3bf9617a9d632f1ca55576e438c3b8dbedecabf)) + ## [3.27.2](https://github.com/tf2pickup-org/client/compare/3.27.1...3.27.2) (2023-03-12) diff --git a/package.json b/package.json index 054ab0e93..feaa8d5b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tf2pickuppl", - "version": "3.27.2", + "version": "3.27.3", "scripts": { "ng": "ng", "start": "ng serve",