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": {