Skip to content

Commit

Permalink
6.14.2 version bump [skip ci]
Browse files Browse the repository at this point in the history
## [6.14.2](v6.14.1...v6.14.2) (2024-11-01)

### Bug Fixes

* **contract:** fix `waitForDeployment` missing `startBlock` ([8ce644f](8ce644f))
  • Loading branch information
semantic-release-bot committed Nov 1, 2024
1 parent 8ce644f commit 5e63ac5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.14.2](https://github.com/zksync-sdk/zksync-ethers/compare/v6.14.1...v6.14.2) (2024-11-01)


### Bug Fixes

* **contract:** fix `waitForDeployment` missing `startBlock` ([8ce644f](https://github.com/zksync-sdk/zksync-ethers/commit/8ce644f862650f579fe29ffcf8e6be8040364d4e))

## [6.14.1](https://github.com/zksync-sdk/zksync-ethers/compare/v6.14.0...v6.14.1) (2024-10-30)


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": "zksync-ethers",
"version": "6.14.1",
"version": "6.14.2",
"main": "build/index.js",
"module": "build-esm/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 5e63ac5

Please sign in to comment.