Skip to content

Commit 338f75f

Browse files
chore(main): release 0.0.7 (#46)
1 parent b21932f commit 338f75f

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.6"
2+
".": "0.0.7"
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.7](https://github.com/matter-labs/zksync-js/compare/v0.0.6...v0.0.7) (2026-02-03)
4+
5+
6+
### Features
7+
8+
* add new zks_rpc ([#42](https://github.com/matter-labs/zksync-js/issues/42)) ([b21932f](https://github.com/matter-labs/zksync-js/commit/b21932f56f07f214d5bc1a139fec74003f12fbdf))
9+
10+
11+
### Bug Fixes
12+
13+
* increase safe bridge gas ([#45](https://github.com/matter-labs/zksync-js/issues/45)) ([e5b35d6](https://github.com/matter-labs/zksync-js/commit/e5b35d6ad5c2fba516b575e9b4ff826e7a65f83e))
14+
315
## [0.0.6](https://github.com/matter-labs/zksync-js/compare/v0.0.5...v0.0.6) (2026-01-14)
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.6",
3+
"version": "0.0.7",
44
"main": "./dist/index.cjs",
55
"module": "./dist/index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)