Skip to content

Commit 0f35d69

Browse files
chore(main): release 0.0.4 (#31)
1 parent 9e8f564 commit 0f35d69

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.3"
2+
".": "0.0.4"
33
}

CHANGELOG.md

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

3+
## [0.0.4](https://github.com/matter-labs/zksync-js/compare/v0.0.3...v0.0.4) (2026-01-13)
4+
5+
6+
### Features
7+
8+
* adds contract resource ([#29](https://github.com/matter-labs/zksync-js/issues/29)) ([28db165](https://github.com/matter-labs/zksync-js/commit/28db16517294cd06373941908cc74420f03c51d5))
9+
310
## [0.0.3](https://github.com/matter-labs/zksync-js/compare/v0.0.2...v0.0.3) (2026-01-08)
411

512

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

0 commit comments

Comments
 (0)