Skip to content

Commit

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

Co-authored-by: release_process <[email protected]>
  • Loading branch information
sreblock and release_process authored Dec 12, 2022
1 parent f56db4e commit 5e4c4e0
Show file tree
Hide file tree
Showing 3 changed files with 28 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.0",
"version": "0.5.1",
"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.0",
"version": "0.5.1",
"web_accessible_resources": [
"snarks/tornado/tornadoProvingKey.bin",
"snarks/tornado/tornado.json",
Expand Down
26 changes: 26 additions & 0 deletions release-notes.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,32 @@
}
],
"version": "0.5.0"
},
{
"sections": [
{
"title": "v0.5.1",
"notes": [
{
"type": "success",
"message": "Rootstock(RSK), Gnosis, and Optimism are now default networks."
},
{
"type": "success",
"message": "Improved gas estimation on Polygon and other L2 networks."
},
{
"type": "success",
"message": "Swaps are now available on the Aurora network."
},
{
"type": "success",
"message": "Your experience will now be even smoother thanks to many minor improvements to the UI/UX and bugs fixed."
}
]
}
],
"version": "0.5.1"
}
]
}

0 comments on commit 5e4c4e0

Please sign in to comment.