From 13b4090cd387eb48ec882c3a6482bbee7be09cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Garapich?= Date: Wed, 7 Aug 2019 14:53:17 +0200 Subject: [PATCH] release version 1.0.2 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a118e5b..abe65cfe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# [1.0.2](https://github.com/tf2pickup-pl/client/compare/1.0.1...1.0.2) (2019-08-07) + +### Fixes +* Authentication token renewal fix (d8d2432) + # [1.0.1](https://github.com/tf2pickup-pl/client/compare/1.0.0...1.0.1) (2019-08-07) ### Features diff --git a/package-lock.json b/package-lock.json index e27799aa7..b03f04b1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tf2pickuppl", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c66c32581..0642a35ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tf2pickuppl", - "version": "1.0.1", + "version": "1.0.2", "scripts": { "ng": "ng", "start": "ng serve",