Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
leedrum committed Oct 10, 2022
1 parent c5b9dd0 commit bc79d47
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
15 changes: 10 additions & 5 deletions change_log.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Faceit Exts - CHANGE LOG

[v.1.0.0](https://github.com/leedrum/faceit-exts/releases/tag/v1.0.0)
[v.1.1.0](https://github.com/leedrum/faceit-exts/releases/tag/v1.1.0)

- Init extension
- Add base features-
- Add base UI
- Publish to chrome store / firefox add-on
- Optimize UI
- Add/Make settings able enable/disable

[v.1.0.1](https://github.com/leedrum/faceit-exts/releases/tag/v1.0.1)

- Fix auto-accept invite party
- Show ELO estimation for the match of HUB

[v.1.0.0](https://github.com/leedrum/faceit-exts/releases/tag/v1.0.0)

- Init extension
- Add base features-
- Add base UI
- Publish to chrome store / firefox add-on
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.0.1",
"version": "1.1.0",
"description": "Faceit Exts",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/containers/About/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const AboutComponent = () => {
<Row>
<Grid item xs={12}>
<Typography component={'p'}>
Version: 1.0.1
Version: 1.1.0
</Typography>
</Grid>
</Row>
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.0.1",
"version": "1.1.0",
"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.0.1",
"version": "1.1.0",
"manifest_version": 2,
"permissions": [
"https://api.faceit.com/"
Expand Down

0 comments on commit bc79d47

Please sign in to comment.