Skip to content

Commit

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

Co-authored-by: release_process <[email protected]>
  • Loading branch information
sreblock and release_process authored Dec 14, 2022
1 parent 3b592a0 commit be45372
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 8 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.1",
"version": "0.5.2",
"private": true,
"scripts": {
"install": "make install/ci",
Expand Down
26 changes: 19 additions & 7 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
{
"author": "BlockWallet",
"background": {
"scripts": ["hot-reload.js", "background.js"]
"scripts": [
"hot-reload.js",
"background.js"
]
},
"content_scripts": [
{
"js": ["content.js"],
"matches": ["http://*/*", "https://*/*"],
"js": [
"content.js"
],
"matches": [
"http://*/*",
"https://*/*"
],
"exclude_matches": [
"https://block-wallet.github.io/eth-ledger-bridge-keyring/*",
"https://connect.trezor.io/*"
Expand All @@ -15,8 +23,12 @@
"all_frames": true
},
{
"js": ["vendor/trezor/trezor-content.js"],
"matches": ["*://connect.trezor.io/*/popup.html"]
"js": [
"vendor/trezor/trezor-content.js"
],
"matches": [
"*://connect.trezor.io/*/popup.html"
]
}
],
"browser_action": {
Expand All @@ -43,10 +55,10 @@
"https://*.polygonscan.com/*"
],
"short_name": "BlockWallet",
"version": "0.5.1",
"version": "0.5.2",
"web_accessible_resources": [
"snarks/tornado/tornadoProvingKey.bin",
"snarks/tornado/tornado.json",
"blankProvider.js"
]
}
}
14 changes: 14 additions & 0 deletions release-notes.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,20 @@
}
],
"version": "0.5.1"
},
{
"sections": [
{
"title": "v0.5.2",
"notes": [
{
"type": "success",
"message": "Bug fixes and improvements."
}
]
}
],
"version": "0.5.2"
}
]
}

0 comments on commit be45372

Please sign in to comment.