Skip to content

Commit 7b00020

Browse files
chore(main): release 0.0.9 (#61)
1 parent 508d4c9 commit 7b00020

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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.8"
2+
".": "0.0.9"
33
}

CHANGELOG.md

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

3+
## [0.0.9](https://github.com/matter-labs/zksync-js/compare/v0.0.8...v0.0.9) (2026-02-17)
4+
5+
6+
### Features
7+
8+
* add nonce to txOverrides ([#59](https://github.com/matter-labs/zksync-js/issues/59)) ([ae36c3f](https://github.com/matter-labs/zksync-js/commit/ae36c3f802bab5e69ad58707ce4e9c2cce2e72ac))
9+
* export extractL2TxHashFromL1Logs ([#62](https://github.com/matter-labs/zksync-js/issues/62)) ([508d4c9](https://github.com/matter-labs/zksync-js/commit/508d4c993be5b3dee0d1fe823bf7cc419d426c93))
10+
* interop for ethers adapter ([#58](https://github.com/matter-labs/zksync-js/issues/58)) ([4635438](https://github.com/matter-labs/zksync-js/commit/46354387c0ca73ff03b271ecca2f128367855ecd))
11+
12+
13+
### Bug Fixes
14+
15+
* update action ([#60](https://github.com/matter-labs/zksync-js/issues/60)) ([933b48b](https://github.com/matter-labs/zksync-js/commit/933b48bebfe18aa7b663864f817365397023aadc))
16+
317
## [0.0.8](https://github.com/matter-labs/zksync-js/compare/v0.0.7...v0.0.8) (2026-02-06)
418

519

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

0 commit comments

Comments
 (0)