Skip to content

Commit e074504

Browse files
chore(main): release 0.0.13
1 parent a0a015a commit e074504

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.12"
2+
".": "0.0.13"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.0.13](https://github.com/matter-labs/zksync-js/compare/v0.0.12...v0.0.13) (2026-03-18)
4+
5+
6+
### Bug Fixes
7+
8+
* improve interop error messages ([#74](https://github.com/matter-labs/zksync-js/issues/74)) ([a0a015a](https://github.com/matter-labs/zksync-js/commit/a0a015a56a3c74f6e3b915a70e394b95c1f30819))
9+
* remove execution version from genesis input ([#75](https://github.com/matter-labs/zksync-js/issues/75)) ([26a4361](https://github.com/matter-labs/zksync-js/commit/26a4361dea506fa5ff1c6cec9c48223378153a5d))
10+
311
## [0.0.12](https://github.com/matter-labs/zksync-js/compare/v0.0.11...v0.0.12) (2026-03-12)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matterlabs/zksync-js",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"main": "./dist/index.cjs",
55
"module": "./dist/index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)