From 909121159b2bc92f773a5a974d26812686eac9fb Mon Sep 17 00:00:00 2001 From: dumbasPL <29180158+dumbasPL@users.noreply.github.com> Date: Fri, 4 Jun 2021 13:54:56 +0200 Subject: [PATCH] 1.0.1 --- changelog.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 272d041..d16af73 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 1.0.1 + - fixed overwatch bans showing remaining time + - updated checker logic to latest game update + # 1.0.0 **⚠️ Data storage format changed, please refresh all accounts for ranks to display correctly ⚠️** diff --git a/package.json b/package.json index a7c1f9b..7c2ed09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csgo-checker", - "version": "1.0.0", + "version": "1.0.1", "description": "csgo-checker", "main": "main.js", "scripts": {