Skip to content

Commit 0ac5879

Browse files
chore(main): release 0.0.15 (#84)
1 parent aafe3ef commit 0ac5879

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.14"
2+
".": "0.0.15"
33
}

CHANGELOG.md

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

3+
## [0.0.15](https://github.com/matter-labs/zksync-js/compare/v0.0.14...v0.0.15) (2026-03-27)
4+
5+
6+
### Features
7+
8+
* implement viem interop resource ([#82](https://github.com/matter-labs/zksync-js/issues/82)) ([aafe3ef](https://github.com/matter-labs/zksync-js/commit/aafe3eff45b0f352938ca5b487804c974d804d14))
9+
10+
11+
### Bug Fixes
12+
13+
* address underestimation issue for eravm chains ([#83](https://github.com/matter-labs/zksync-js/issues/83)) ([ca0f458](https://github.com/matter-labs/zksync-js/commit/ca0f458fa5c86307e866e91c225732f3370200eb))
14+
315
## [0.0.14](https://github.com/matter-labs/zksync-js/compare/v0.0.13...v0.0.14) (2026-03-25)
416

517

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.14",
3+
"version": "0.0.15",
44
"main": "./dist/index.cjs",
55
"module": "./dist/index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)