Skip to content

Commit 24f8da3

Browse files
chore(main): release 0.0.1
1 parent b29c197 commit 24f8da3

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-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.2"
2+
".": "0.0.1"
33
}

CHANGELOG.md

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

3+
## [0.0.1](https://github.com/matter-labs/zksync-js/compare/v0.0.2...v0.0.1) (2025-12-19)
4+
5+
6+
### Features
7+
8+
* export abis for public use ([#12](https://github.com/matter-labs/zksync-js/issues/12)) ([95ef129](https://github.com/matter-labs/zksync-js/commit/95ef1295512482efab523f81b4c4d66536b136d0))
9+
* exports finalization service ([#6](https://github.com/matter-labs/zksync-js/issues/6)) ([39660ae](https://github.com/matter-labs/zksync-js/commit/39660ae8d338d16bac56aa53268a099c1053ab62))
10+
* stablizes gas estimation and fee calculation between adapters ([#14](https://github.com/matter-labs/zksync-js/issues/14)) ([bba8584](https://github.com/matter-labs/zksync-js/commit/bba8584f199893ca309b2adcd7ac3f2692e4dc5f))
11+
12+
13+
### Bug Fixes
14+
15+
* reset release ([#8](https://github.com/matter-labs/zksync-js/issues/8)) ([72bbed3](https://github.com/matter-labs/zksync-js/commit/72bbed32f0175ce18831fed4ac4363fa3af298ec))
16+
* update docs ([#10](https://github.com/matter-labs/zksync-js/issues/10)) ([651d2c8](https://github.com/matter-labs/zksync-js/commit/651d2c8bce924401ffb80cbe619df880b5bbcb80))
17+
* update namespace path, use matterlabs deploy mdbook action ([#3](https://github.com/matter-labs/zksync-js/issues/3)) ([b4aca01](https://github.com/matter-labs/zksync-js/commit/b4aca01c7cfa09f882d9a0fa88383d0e5f97bba1))
18+
* use sha commits for gh actions instead of tags - sec rquest ([#5](https://github.com/matter-labs/zksync-js/issues/5)) ([4dfce8f](https://github.com/matter-labs/zksync-js/commit/4dfce8f2e373b8fdc687be22907e5daab5c8ea72))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* prepare release 0.0.1 ([7def30b](https://github.com/matter-labs/zksync-js/commit/7def30b9445c4d81dd799ab3ff595d9ae534f4dd))
24+
325
## [0.0.2](https://github.com/matter-labs/zksync-js/compare/v0.0.1...v0.0.2) (2025-12-17)
426

527

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

0 commit comments

Comments
 (0)