Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.2"
".": "0.0.1"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.0.1](https://github.com/matter-labs/zksync-js/compare/v0.0.2...v0.0.1) (2025-12-19)


### Features

* 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))
* exports finalization service ([#6](https://github.com/matter-labs/zksync-js/issues/6)) ([39660ae](https://github.com/matter-labs/zksync-js/commit/39660ae8d338d16bac56aa53268a099c1053ab62))
* 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))


### Bug Fixes

* reset release ([#8](https://github.com/matter-labs/zksync-js/issues/8)) ([72bbed3](https://github.com/matter-labs/zksync-js/commit/72bbed32f0175ce18831fed4ac4363fa3af298ec))
* update docs ([#10](https://github.com/matter-labs/zksync-js/issues/10)) ([651d2c8](https://github.com/matter-labs/zksync-js/commit/651d2c8bce924401ffb80cbe619df880b5bbcb80))
* 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))
* 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))


### Miscellaneous Chores

* prepare release 0.0.1 ([7def30b](https://github.com/matter-labs/zksync-js/commit/7def30b9445c4d81dd799ab3ff595d9ae534f4dd))

## [0.0.2](https://github.com/matter-labs/zksync-js/compare/v0.0.1...v0.0.2) (2025-12-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matterlabs/zksync-js",
"version": "0.0.2",
"version": "0.0.1",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"devDependencies": {
Expand Down