Skip to content

Commit

Permalink
6.9.0 version bump [skip ci]
Browse files Browse the repository at this point in the history
# [6.9.0](v6.8.0...v6.9.0) (2024-06-19)

### Bug Fixes

* **adapter:** fix support for custom bridge ([deb01a4](deb01a4))
* **adapter:** return `IL2SharedBridge` ([bd67567](bd67567))

### Features

* align types and RPC endpoints with version `v24.7.0` of a node ([f7ef615](f7ef615))
* **provider:** add `Provider.getConfirmedTokens()` method ([887dc00](887dc00))
* **provider:** add `Provider.getFeeParams()` method ([f5b9381](f5b9381))
* **provider:** add `Provider.getProtocolVersion()` method ([864c9d0](864c9d0))
* **provider:** add `Provider.sendRawTransactionWithDetailedOutput()` method ([d41a75d](d41a75d))

### BREAKING CHANGES

* Types and RPC endpoints are aligned with version
`v24.7.0` of a node.
  • Loading branch information
semantic-release-bot committed Jun 19, 2024
1 parent 552e76f commit 61d8b04
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [6.9.0](https://github.com/zksync-sdk/zksync-ethers/compare/v6.8.0...v6.9.0) (2024-06-19)


### Bug Fixes

* **adapter:** fix support for custom bridge ([deb01a4](https://github.com/zksync-sdk/zksync-ethers/commit/deb01a40708ebcce06d83d70bea88b9b4e0ec386))
* **adapter:** return `IL2SharedBridge` ([bd67567](https://github.com/zksync-sdk/zksync-ethers/commit/bd675672c85f152bdffc7ce5762190d95ef37bec))


### Features

* align types and RPC endpoints with version `v24.7.0` of a node ([f7ef615](https://github.com/zksync-sdk/zksync-ethers/commit/f7ef61568c0413b85c6f59994f2515d91b97d27a))
* **provider:** add `Provider.getConfirmedTokens()` method ([887dc00](https://github.com/zksync-sdk/zksync-ethers/commit/887dc00661db4b68f52f1ad4d0e4046e45d0b280))
* **provider:** add `Provider.getFeeParams()` method ([f5b9381](https://github.com/zksync-sdk/zksync-ethers/commit/f5b9381ba5bafd8c6b670852ca59dbe8a0830397))
* **provider:** add `Provider.getProtocolVersion()` method ([864c9d0](https://github.com/zksync-sdk/zksync-ethers/commit/864c9d05669bb3de8a5426639232e7dfe6283808))
* **provider:** add `Provider.sendRawTransactionWithDetailedOutput()` method ([d41a75d](https://github.com/zksync-sdk/zksync-ethers/commit/d41a75d98495987c5cad20355f56bfed5dfb8531))


### BREAKING CHANGES

* Types and RPC endpoints are aligned with version
`v24.7.0` of a node.

# [6.8.0](https://github.com/zksync-sdk/zksync-ethers/compare/v6.7.1...v6.8.0) (2024-06-06)


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

0 comments on commit 61d8b04

Please sign in to comment.