From 9d28c72143eed40a49743ce23c96cc0516ca28ae Mon Sep 17 00:00:00 2001 From: leedrum Date: Sun, 15 Sep 2024 21:30:42 +0700 Subject: [PATCH] update version, update changed log --- change_log.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- src/manifest.json | 2 +- src/manifest.json.firefox | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/change_log.md b/change_log.md index 310f93e..d735854 100644 --- a/change_log.md +++ b/change_log.md @@ -1,5 +1,10 @@ # Faceit Exts - CHANGE LOG +[v.1.1.24](https://github.com/leedrum/faceit-exts/releases/tag/v1.1.21) + +- Redisplay Now `ban history` will be at the bottom-left page (under `Team` section) +- Re-localted `level progress` + [v.1.1.21](https://github.com/leedrum/faceit-exts/releases/tag/v1.1.21) - Now `ban history` will be at the bottom-left page (under `Team` section) diff --git a/package-lock.json b/package-lock.json index 056fd73..2c381c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "faceit-exts", - "version": "1.1.21", + "version": "1.1.24", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "faceit-exts", - "version": "1.1.21", + "version": "1.1.24", "license": "MIT", "dependencies": { "@emotion/react": "^11.10.4", diff --git a/package.json b/package.json index ddd51ae..adab87e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faceit-exts", - "version": "1.1.21", + "version": "1.1.24", "description": "Faceit Exts", "license": "MIT", "repository": { diff --git a/src/manifest.json b/src/manifest.json index 5ff0bfb..db9f55f 100755 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Faceit Exts", - "version": "1.1.23", + "version": "1.1.24", "description": "Faceit Exts is a extension improve experience and adds some features", "background": { "service_worker": "background.bundle.js" }, "host_permissions": ["https://api.faceit.com/"], diff --git a/src/manifest.json.firefox b/src/manifest.json.firefox index 484373c..e8aaaaf 100755 --- a/src/manifest.json.firefox +++ b/src/manifest.json.firefox @@ -1,7 +1,7 @@ { "name": "Faceit Exts", "description": "Faceit Exts is a extension improve experience and adds some features", - "version": "1.1.23", + "version": "1.1.24", "manifest_version": 2, "permissions": [ "https://api.faceit.com/",