Skip to content

Commit bf315a5

Browse files
chore(main): release 0.1.1
1 parent 670e188 commit bf315a5

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"proof_verifier_js/ts": "0.1.0"
2+
"proof_verifier_js/ts": "0.1.1"
33
}

proof_verifier_js/ts/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/matter-labs/ethereum-prover/compare/v0.1.0...v0.1.1) (2026-01-12)
4+
5+
6+
### Features
7+
8+
* Initial commit ([#1](https://github.com/matter-labs/ethereum-prover/issues/1)) ([08e3492](https://github.com/matter-labs/ethereum-prover/commit/08e3492154425f4860af3bf70a00f8c6d200d669))
9+
10+
11+
### Bug Fixes
12+
13+
* Fix packaging the library and enable wasmopt ([#3](https://github.com/matter-labs/ethereum-prover/issues/3)) ([48caa26](https://github.com/matter-labs/ethereum-prover/commit/48caa26092ab13fa42f574e33a0e0dd4c761bb3e))

proof_verifier_js/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matterlabs/ethproofs-airbender-verifier",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Airbender ZK Proof Verifier for EthProofs",
55
"license": "(MIT OR Apache-2.0)",
66
"repository": {

0 commit comments

Comments
 (0)