From d60953ea64b11b263a1cad4a6e3d64b1ef1d68b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Garapich?= Date: Fri, 3 Feb 2023 17:03:40 +0100 Subject: [PATCH] chore: release version 3.28.0-alpha.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2763bf84f..c0dee1fb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# [3.28.0-alpha.1](https://github.com/tf2pickup-org/client/compare/3.28.0-alpha.0...3.28.0-alpha.1) (2023-02-03) + + +### Bug Fixes + +* **build:** add missing thumbnail service URL ([#2163](https://github.com/tf2pickup-org/client/issues/2163)) ([6a6ac35](https://github.com/tf2pickup-org/client/commit/6a6ac3582c8251dd487cfe0bb7439c8f974a80d2)) + # [3.28.0-alpha.0](https://github.com/tf2pickup-org/client/compare/3.27.1...3.28.0-alpha.0) (2023-02-03) diff --git a/package.json b/package.json index 4db2b6d30..7816bcbf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tf2pickuppl", - "version": "3.28.0-alpha.0", + "version": "3.28.0-alpha.1", "scripts": { "ng": "ng", "start": "ng serve",