diff --git a/package.json b/package.json index ae2391beb..9000ae15c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extension", - "version": "0.5.1", + "version": "0.5.2", "private": true, "scripts": { "install": "make install/ci", diff --git a/public/manifest.json b/public/manifest.json index 9a405dad7..41675b46f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -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/*" @@ -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": { @@ -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" ] -} +} \ No newline at end of file diff --git a/release-notes.json b/release-notes.json index f0f636818..c4efd8cb0 100644 --- a/release-notes.json +++ b/release-notes.json @@ -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" } ] } \ No newline at end of file