Skip to content

Commit

Permalink
update version, update changed log
Browse files Browse the repository at this point in the history
  • Loading branch information
leedrum committed Sep 15, 2024
1 parent 659ad61 commit 9d28c72
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions change_log.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faceit-exts",
"version": "1.1.21",
"version": "1.1.24",
"description": "Faceit Exts",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -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/"],
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json.firefox
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down

0 comments on commit 9d28c72

Please sign in to comment.