Skip to content

Commit

Permalink
[Automated] Extension release v0.5.5 (#334)
Browse files Browse the repository at this point in the history
chore: update files with the new version v0.5.5 and also add the new release notes

Co-authored-by: release_process <[email protected]>
  • Loading branch information
sreblock and release_process authored Jan 23, 2023
1 parent 36c94b9 commit 308f4e6
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extension",
"version": "0.5.4",
"version": "0.5.5",
"private": true,
"scripts": {
"install": "make install/ci",
Expand All @@ -9,4 +9,4 @@
"build-prod": "make build/prod",
"test": "make test"
}
}
}
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"https://*.polygonscan.com/*"
],
"short_name": "BlockWallet",
"version": "0.5.4",
"version": "0.5.5",
"web_accessible_resources": [
"blankProvider.js"
]
}
}
35 changes: 35 additions & 0 deletions release-notes.json
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,41 @@
}
],
"version": "0.5.4"
},
{
"sections": [
{
"title": "Features",
"notes": [
{
"type": "success",
"message": "Default Gas setting. Set your preferred gas fee priority level for all future transactions."
},
{
"type": "success",
"message": "Improved spam filtering for automatic token additions."
},
{
"type": "success",
"message": "Increased the frequency of updates for asset balances."
}
]
},
{
"title": "Fixes",
"notes": [
{
"type": "warn",
"message": "Fixed password validation issues on the onboarding flow."
},
{
"type": "warn",
"message": "Fixed transaction filtering issue on the Asset page."
}
]
}
],
"version": "0.5.5"
}
]
}

0 comments on commit 308f4e6

Please sign in to comment.