Skip to content

Commit 8aa469c

Browse files
chore(main): release 0.0.16 (#86)
1 parent 51a8ccb commit 8aa469c

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.15"
2+
".": "0.0.16"
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.16](https://github.com/matter-labs/zksync-js/compare/v0.0.15...v0.0.16) (2026-04-01)
4+
5+
6+
### Features
7+
8+
* add verifyBundle and getInteropRoot interop functions ([#85](https://github.com/matter-labs/zksync-js/issues/85)) ([f6d1628](https://github.com/matter-labs/zksync-js/commit/f6d1628f448f98b003dbb70eda93f5a2a93de876))
9+
10+
11+
### Bug Fixes
12+
13+
* address issue with ETH deposits on CBT chain ([#87](https://github.com/matter-labs/zksync-js/issues/87)) ([51a8ccb](https://github.com/matter-labs/zksync-js/commit/51a8ccb1c4ea50919eb6fba8bc60f2fd848c4a6e))
14+
315
## [0.0.15](https://github.com/matter-labs/zksync-js/compare/v0.0.14...v0.0.15) (2026-03-27)
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.15",
3+
"version": "0.0.16",
44
"main": "./dist/index.cjs",
55
"module": "./dist/index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)