Skip to content

Commit 7be0e93

Browse files
chore(main): release 0.0.2 (#20)
1 parent f3edb51 commit 7be0e93

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.1"
2+
".": "0.0.2"
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.2](https://github.com/matter-labs/zksync-js/compare/v0.0.1...v0.0.2) (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+
* 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))
10+
11+
12+
### Bug Fixes
13+
14+
* update docs ([#10](https://github.com/matter-labs/zksync-js/issues/10)) ([651d2c8](https://github.com/matter-labs/zksync-js/commit/651d2c8bce924401ffb80cbe619df880b5bbcb80))
15+
316
## 0.0.1 (2025-11-26)
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.1",
3+
"version": "0.0.2",
44
"main": "./dist/index.cjs",
55
"module": "./dist/index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)