Skip to content

Commit b130c48

Browse files
chore(main): release 0.0.9
1 parent 933b48b commit b130c48

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.9](https://github.com/matter-labs/zksync-js/compare/v0.0.8...v0.0.9) (2026-02-12)
4+
5+
6+
### Bug Fixes
7+
8+
* update action ([#60](https://github.com/matter-labs/zksync-js/issues/60)) ([933b48b](https://github.com/matter-labs/zksync-js/commit/933b48bebfe18aa7b663864f817365397023aadc))
9+
310
## [0.0.8](https://github.com/matter-labs/zksync-js/compare/v0.0.7...v0.0.8) (2026-02-06)
411

512

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)