Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"proof_verifier_js/ts": "0.1.0"
"proof_verifier_js/ts": "0.1.1"
}
13 changes: 13 additions & 0 deletions proof_verifier_js/ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [0.1.1](https://github.com/matter-labs/ethereum-prover/compare/v0.1.0...v0.1.1) (2026-01-12)


### Features

* Initial commit ([#1](https://github.com/matter-labs/ethereum-prover/issues/1)) ([08e3492](https://github.com/matter-labs/ethereum-prover/commit/08e3492154425f4860af3bf70a00f8c6d200d669))


### Bug Fixes

* 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))
2 changes: 1 addition & 1 deletion proof_verifier_js/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matterlabs/ethproofs-airbender-verifier",
"version": "0.1.0",
"version": "0.1.1",
"description": "Airbender ZK Proof Verifier for EthProofs",
"license": "(MIT OR Apache-2.0)",
"repository": {
Expand Down