Skip to content

Commit 51d6b5b

Browse files
chore(main): release 0.0.8 (#48)
1 parent cc2ab54 commit 51d6b5b

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-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.7"
2+
".": "0.0.8"
33
}

CHANGELOG.md

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

3+
## [0.0.8](https://github.com/matter-labs/zksync-js/compare/v0.0.7...v0.0.8) (2026-02-06)
4+
5+
6+
### Features
7+
8+
* add core interop resource ([#44](https://github.com/matter-labs/zksync-js/issues/44)) ([fbf8b86](https://github.com/matter-labs/zksync-js/commit/fbf8b86b67c3da12724155fe50739baa504c72c6))
9+
* replace code examples with tests ([#51](https://github.com/matter-labs/zksync-js/issues/51)) ([eba9243](https://github.com/matter-labs/zksync-js/commit/eba92434611dbca0749366585ef5c8a929ac6e0d))
10+
* util helpers ([#52](https://github.com/matter-labs/zksync-js/issues/52)) ([9b299a9](https://github.com/matter-labs/zksync-js/commit/9b299a9fdfb95ef3122a06eacf587fe9ab6a2f00))
11+
12+
13+
### Bug Fixes
14+
15+
* address issue with getGenesis rpc call for local development ([#53](https://github.com/matter-labs/zksync-js/issues/53)) ([1ad0b51](https://github.com/matter-labs/zksync-js/commit/1ad0b516c2b743427ff0a5cb5e66be4577b2f79a))
16+
* address issue with L2 native token withdrawals ([#54](https://github.com/matter-labs/zksync-js/issues/54)) ([b5d08e7](https://github.com/matter-labs/zksync-js/commit/b5d08e736f21855f7c7c876862ec1e8775296892))
17+
* fix imports ([#56](https://github.com/matter-labs/zksync-js/issues/56)) ([4f600e9](https://github.com/matter-labs/zksync-js/commit/4f600e98683934539be542ca06d1c26cb7db753a))
18+
* install yapp preprocessor ([#55](https://github.com/matter-labs/zksync-js/issues/55)) ([e00c582](https://github.com/matter-labs/zksync-js/commit/e00c58238639a59f4c871885094cc0cbc3cb2776))
19+
* move yapp config file ([#57](https://github.com/matter-labs/zksync-js/issues/57)) ([cc2ab54](https://github.com/matter-labs/zksync-js/commit/cc2ab543659e6be4dd7ef232039a17b959fb586c))
20+
321
## [0.0.7](https://github.com/matter-labs/zksync-js/compare/v0.0.6...v0.0.7) (2026-02-03)
422

523

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

0 commit comments

Comments
 (0)