Skip to content

Commit

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

Co-authored-by: release_process <[email protected]>
  • Loading branch information
sreblock and release_process authored Mar 14, 2023
1 parent 910a90e commit 979b6f9
Show file tree
Hide file tree
Showing 3 changed files with 58 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.6.0",
"version": "0.7.0",
"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.6.0",
"version": "0.7.0",
"web_accessible_resources": [
"blankProvider.js"
]
Expand Down
56 changes: 56 additions & 0 deletions release-notes.json
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,62 @@
}
],
"version": "0.6.0"
},
{
"sections": [
{
"title": "Features & Improvements",
"notes": [
{
"type": "success",
"message": "Added support for Keystone hardware wallets."
},
{
"type": "success",
"message": "Improved notifications."
},
{
"type": "success",
"message": "Added support for new zkSync Era mainnet."
},
{
"type": "success",
"message": "Updated Scroll Alpha testnet."
}
]
},
{
"title": "Core",
"notes": [
{
"type": "success",
"message": "Improved provider reconnection to handle service outages better."
},
{
"type": "success",
"message": "Updated third-party libraries to support new features & security improvements."
}
]
},
{
"title": "Fixes",
"notes": [
{
"type": "warn",
"message": "Hiding imported accounts on the My Accounts page is now possible."
},
{
"type": "warn",
"message": "More accurate gas estimations are now available when sending funds to smart contract addresses."
},
{
"type": "warn",
"message": "Account name display on the home screen has been adjusted."
}
]
}
],
"version": "0.7.0"
}
]
}

0 comments on commit 979b6f9

Please sign in to comment.