From 268191cb9ed55a4095f7806f5bfc25119a65d6ba Mon Sep 17 00:00:00 2001 From: nezu <29180158+dumbasPL@users.noreply.github.com> Date: Wed, 16 Aug 2023 11:54:07 +0200 Subject: [PATCH] bump version to 1.4.3 --- changelog.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index bf8ccd5..c49f97e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +# 1.4.3 +- updated to the new steam authentication method (this fixes [#30](https://github.com/dumbasPL/csgo-checker/issues/30)) +- updated to electron 25 +- dropped Windows 7/8/8.1 support + # 1.4.2 - fix accounts failing to load when using encryption diff --git a/package-lock.json b/package-lock.json index 71424bc..26fe971 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "csgo-checker", - "version": "1.4.2", + "version": "1.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "csgo-checker", - "version": "1.4.2", + "version": "1.4.3", "license": "GPL-3.0-or-later", "dependencies": { "axios": "^1.4.0", diff --git a/package.json b/package.json index 9d1ea38..a9c6a4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csgo-checker", - "version": "1.4.2", + "version": "1.4.3", "description": "Check CS:GO accounts for bans/cooldowns/wins/ranks", "main": "main.js", "scripts": {