From 11f6ad80f6625e480ad7c72b0b75cf41f85f1bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Garapich?= Date: Sun, 29 Dec 2019 01:54:02 +0100 Subject: [PATCH] release version 1.6.3 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7469053ab..84b4c5cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.6.3](https://github.com/tf2pickup-pl/client/compare/1.6.2...1.6.3) (2019-12-29) + +### Features +* Player skill table ([3bcab46](https://github.com/tf2pickup-pl/client/commit/3bcab4688aa501513b26142044540d84a3849b9a)) + +### Other +* GameServers cleanup ([e146aa5](https://github.com/tf2pickup-pl/client/commit/e146aa504e37b6624abcdeefc21af9821219cef6)) + # [1.6.2](https://github.com/tf2pickup-pl/client/compare/1.6.1...1.6.2) (2019-12-28) ### Features diff --git a/package-lock.json b/package-lock.json index 46b5b3e65..127c2214c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tf2pickuppl", - "version": "1.6.2", + "version": "1.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 109a56d7f..261f5cf83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tf2pickuppl", - "version": "1.6.2", + "version": "1.6.3", "scripts": { "ng": "ng", "start": "ng serve",