Skip to content

Commit 19d7072

Browse files
chore(main): release 0.0.1 (#4)
1 parent 7def30b commit 19d7072

File tree

3 files changed

+23
-2
lines changed

3 files changed

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

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
11
# Changelog
2+
3+
## 0.0.1 (2025-11-26)
4+
5+
6+
### Features
7+
8+
* exports finalization service ([#6](https://github.com/matter-labs/zksync-js/issues/6)) ([39660ae](https://github.com/matter-labs/zksync-js/commit/39660ae8d338d16bac56aa53268a099c1053ab62))
9+
10+
11+
### Bug Fixes
12+
13+
* reset release ([#8](https://github.com/matter-labs/zksync-js/issues/8)) ([72bbed3](https://github.com/matter-labs/zksync-js/commit/72bbed32f0175ce18831fed4ac4363fa3af298ec))
14+
* 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))
15+
* 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))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* prepare release 0.0.1 ([7def30b](https://github.com/matter-labs/zksync-js/commit/7def30b9445c4d81dd799ab3ff595d9ae534f4dd))
21+
22+
## Changelog

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

0 commit comments

Comments
 (0)