Skip to content

Commit 7e9de61

Browse files
chore(main): release 0.0.9
1 parent ae36c3f commit 7e9de61

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.8"
2+
".": "0.0.9"
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.9](https://github.com/matter-labs/zksync-js/compare/v0.0.8...v0.0.9) (2026-02-13)
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+
10+
11+
### Bug Fixes
12+
13+
* update action ([#60](https://github.com/matter-labs/zksync-js/issues/60)) ([933b48b](https://github.com/matter-labs/zksync-js/commit/933b48bebfe18aa7b663864f817365397023aadc))
14+
315
## [0.0.8](https://github.com/matter-labs/zksync-js/compare/v0.0.7...v0.0.8) (2026-02-06)
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.8",
3+
"version": "0.0.9",
44
"main": "./dist/index.cjs",
55
"module": "./dist/index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)