Skip to content

Commit 7fecc6e

Browse files
chore(main): release 0.0.12 (#70)
1 parent dfcede7 commit 7fecc6e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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.11"
2+
".": "0.0.12"
33
}

CHANGELOG.md

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

3+
## [0.0.12](https://github.com/matter-labs/zksync-js/compare/v0.0.11...v0.0.12) (2026-03-12)
4+
5+
6+
### Features
7+
8+
* add scheduled e2e tests ([#69](https://github.com/matter-labs/zksync-js/issues/69)) ([aeb28ca](https://github.com/matter-labs/zksync-js/commit/aeb28ca2d401ae352ba4eb5ea5761b1b20bd2f1e))
9+
10+
11+
### Bug Fixes
12+
13+
* address issue with first time eth deployments ([#73](https://github.com/matter-labs/zksync-js/issues/73)) ([dfcede7](https://github.com/matter-labs/zksync-js/commit/dfcede71db835c4e5488fd05ba6933a30fb18da9))
14+
* for latest v31 protocol version ([#72](https://github.com/matter-labs/zksync-js/issues/72)) ([faea1ee](https://github.com/matter-labs/zksync-js/commit/faea1eeb592e996b28e7fb2661f49e40ab2a836d))
15+
316
## [0.0.11](https://github.com/matter-labs/zksync-js/compare/v0.0.10...v0.0.11) (2026-03-03)
417

518

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

0 commit comments

Comments
 (0)