Skip to content

Commit

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

Co-authored-by: release_process <[email protected]>
  • Loading branch information
sreblock and release_process authored Feb 4, 2023
1 parent b52878a commit 2697a62
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extension",
"version": "0.5.5",
"version": "0.5.6",
"private": true,
"scripts": {
"install": "make install/ci",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"https://*.polygonscan.com/*"
],
"short_name": "BlockWallet",
"version": "0.5.5",
"version": "0.5.6",
"web_accessible_resources": [
"blankProvider.js"
]
Expand Down
27 changes: 27 additions & 0 deletions release-notes.json
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,33 @@
}
],
"version": "0.5.5"
},
{
"sections": [
{
"title": "Features",
"notes": [
{
"type": "success",
"message": "Improved swaps performance."
}
]
},
{
"title": "Fixes",
"notes": [
{
"type": "warn",
"message": "Fixed minor compatibilty problems with some dApps."
},
{
"type": "warn",
"message": "Fixed networking issues."
}
]
}
],
"version": "0.5.6"
}
]
}

0 comments on commit 2697a62

Please sign in to comment.