Skip to content

Commit 3ad2284

Browse files
author
Github Actions
committed
Release 0.0.9
1 parent 42861a8 commit 3ad2284

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5-
#### [v0.0.8](https://github.com/fireblocks-labs/trustless-blockchain-data-verifier/compare/v0.0.1...v0.0.8)
5+
#### [v0.0.9](https://github.com/fireblocks-labs/trustless-blockchain-data-verifier/compare/v0.0.1...v0.0.9)
66

7-
> 20 November 2023
7+
> 12 December 2023
88
9-
- feat: migrate to use lodestar prover [`#17`](https://github.com/fireblocks-labs/trustless-blockchain-data-verifier/pull/17)
9+
- Update README.md [`42861a8`](https://github.com/fireblocks-labs/trustless-blockchain-data-verifier/commit/42861a81fee04f36b68c3087eab93b3f6c316324)
1010

1111
#### v0.0.1
1212

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "light-client-verifier",
33
"type": "module",
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"description": "",
66
"main": "index.js",
77
"engines": {

public/manifest.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Trustless Blockchain Data Verifier (Beta)",
44
"description": "Verify blockchain data presented at popular websites using Light Client technology",
5-
"version": "0.0.8",
5+
"version": "0.0.9",
66
"action": {
77
"default_popup": "popup.html"
88
},
@@ -17,7 +17,9 @@
1717
},
1818
"content_scripts": [
1919
{
20-
"js": ["content.js"],
20+
"js": [
21+
"content.js"
22+
],
2123
"matches": [
2224
"https://etherscan.io/tokenholdings*",
2325
"https://etherscan.io/address*",
@@ -28,8 +30,10 @@
2830
]
2931
}
3032
],
31-
"permissions": ["storage"],
33+
"permissions": [
34+
"storage"
35+
],
3236
"background": {
3337
"service_worker": "background.js"
3438
}
35-
}
39+
}

0 commit comments

Comments
 (0)