Skip to content

Commit

Permalink
5.6.0 version bump [skip ci]
Browse files Browse the repository at this point in the history
# [5.6.0](v5.5.0...v5.6.0) (2024-03-18)

### Bug Fixes

* **utils:** add padding in apply and undo alias in order to return 20 bytes long address ([3acaa8f](3acaa8f))

### Features

* extract all files from the `src` folder into the `build` folder ([c678612](c678612))
* **provider:** add support for era test node ([6c744fa](6c744fa))
* **provider:** parse all block fields from RPC endpoints ([d58fb83](d58fb83))
* **provider:** remove support for the `ZKSYNC_WEB3_API_URL` environment variable ([0592ae4](0592ae4))

### BREAKING CHANGES

* **provider:** Remove support for the `ZKSYNC_WEB3_API_URL` environment
variable from the `Provider.getDefaultProvider()` to make it compatible
with browser integration.
* Previously, the build folder contained the src folder along
with all the `js` and `d.ts` files. This setup resulted in a poor developer
experience, as developers were required to use the src prefix in their imports
(e.g., `'zksync-ethers/src/types'`). Now, all files from the src folder are
extracted, eliminating the need to specify the `src` prefix in the path.
  • Loading branch information
semantic-release-bot committed Mar 18, 2024
1 parent 6c744fa commit e2dfec8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# [5.6.0](https://github.com/zksync-sdk/zksync-ethers/compare/v5.5.0...v5.6.0) (2024-03-18)


### Bug Fixes

* **utils:** add padding in apply and undo alias in order to return 20 bytes long address ([3acaa8f](https://github.com/zksync-sdk/zksync-ethers/commit/3acaa8f5ed73fed12884111bd8e5fa7cf340bb73))


### Features

* extract all files from the `src` folder into the `build` folder ([c678612](https://github.com/zksync-sdk/zksync-ethers/commit/c6786123ccbe49f0dff53779815374bb0ad2f3ab))
* **provider:** add support for era test node ([6c744fa](https://github.com/zksync-sdk/zksync-ethers/commit/6c744fa53273871472467dd22f2dbe3378256d7b))
* **provider:** parse all block fields from RPC endpoints ([d58fb83](https://github.com/zksync-sdk/zksync-ethers/commit/d58fb836c23baed8d3413582e6d594f7b9ed115b))
* **provider:** remove support for the `ZKSYNC_WEB3_API_URL` environment variable ([0592ae4](https://github.com/zksync-sdk/zksync-ethers/commit/0592ae4a2ec877f3872ecbea5a3f940b76dc1670))


### BREAKING CHANGES

* **provider:** Remove support for the `ZKSYNC_WEB3_API_URL` environment
variable from the `Provider.getDefaultProvider()` to make it compatible
with browser integration.
* Previously, the build folder contained the src folder along
with all the `js` and `d.ts` files. This setup resulted in a poor developer
experience, as developers were required to use the src prefix in their imports
(e.g., `'zksync-ethers/src/types'`). Now, all files from the src folder are
extracted, eliminating the need to specify the `src` prefix in the path.

# [5.5.0](https://github.com/zksync-sdk/zksync-ethers/compare/v5.4.0...v5.5.0) (2024-03-05)


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": "5.5.0",
"version": "5.6.0",
"description": "A Web3 library for interacting with the ZkSync Layer 2 scaling solution.",
"author": {
"name": "Matter Labs",
Expand Down

0 comments on commit e2dfec8

Please sign in to comment.