Skip to content

Commit

Permalink
6.15.2 version bump [skip ci]
Browse files Browse the repository at this point in the history
## [6.15.2](v6.15.1...v6.15.2) (2024-12-02)

### Bug Fixes

* link to docs in readme ([f93470a](f93470a))
* use correct tag for populating `nonce` ([283ba7b](283ba7b))
  • Loading branch information
semantic-release-bot committed Dec 2, 2024
1 parent 283ba7b commit dcbb663
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [6.15.2](https://github.com/zksync-sdk/zksync-ethers/compare/v6.15.1...v6.15.2) (2024-12-02)


### Bug Fixes

* link to docs in readme ([f93470a](https://github.com/zksync-sdk/zksync-ethers/commit/f93470afc3fd86877b592401860a48d7932f3472))
* use correct tag for populating `nonce` ([283ba7b](https://github.com/zksync-sdk/zksync-ethers/commit/283ba7bc362e3473d7dae204403c3450739cdb7a))

## [6.15.1](https://github.com/zksync-sdk/zksync-ethers/compare/v6.15.0...v6.15.1) (2024-11-21)


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

0 comments on commit dcbb663

Please sign in to comment.