Skip to content

Commit

Permalink
6.14.1 version bump [skip ci]
Browse files Browse the repository at this point in the history
## [6.14.1](v6.14.0...v6.14.1) (2024-10-30)

### Bug Fixes

* **contract:** `deploy` not returning block nubmer ([7167496](7167496))
  • Loading branch information
semantic-release-bot committed Oct 30, 2024
1 parent 7167496 commit fa17f54
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.1](https://github.com/zksync-sdk/zksync-ethers/compare/v6.14.0...v6.14.1) (2024-10-30)


### Bug Fixes

* **contract:** `deploy` not returning block nubmer ([7167496](https://github.com/zksync-sdk/zksync-ethers/commit/7167496f27bd3d800d50a10f229fc35462c8d617))

# [6.14.0](https://github.com/zksync-sdk/zksync-ethers/compare/v6.13.1...v6.14.0) (2024-10-11)


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

0 comments on commit fa17f54

Please sign in to comment.