From 0f35bfd2c914b97bac10eb5ed622f61bb95d8868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Garapich?= Date: Sun, 12 Mar 2023 23:40:58 +0100 Subject: [PATCH] chore: release version 3.27.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2956a52d..56cf86b37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [3.27.2](https://github.com/tf2pickup-org/client/compare/3.27.1...3.27.2) (2023-03-12) + + +### Bug Fixes + +* add missing map thumbnails ([#2212](https://github.com/tf2pickup-org/client/issues/2212)) ([4ca063c](https://github.com/tf2pickup-org/client/commit/4ca063c98661fa5bfdc2e77e072c1d48352cc6eb)) + ## [3.27.1](https://github.com/tf2pickup-org/client/compare/3.27.0...3.27.1) (2023-01-19) diff --git a/package.json b/package.json index b80d43b72..054ab0e93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tf2pickuppl", - "version": "3.27.1", + "version": "3.27.2", "scripts": { "ng": "ng", "start": "ng serve",