Skip to content

Commit ce9deab

Browse files
committed
chore(release): 2.0.0
1 parent dfdd3b3 commit ce9deab

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/aboutlo/ether-swr/compare/v1.0.0...v2.0.0) (2021-11-23)
6+
7+
8+
### Features
9+
10+
* add multiCall calls ([1fa9181](https://github.com/aboutlo/ether-swr/commit/1fa9181c05d30b706b4ce77745784aef5c701d83))
11+
* drop signer from the fetcher ([dc8625c](https://github.com/aboutlo/ether-swr/commit/dc8625c3e282c78df43e8c5e396dea92876540be))
12+
* use 0xsequence to batch the calls ([dfdd3b3](https://github.com/aboutlo/ether-swr/commit/dfdd3b3cc9620a118442f914068629e3f6cf9f7c))
13+
14+
15+
### Bug Fixes
16+
17+
* handle blockTag too ([1d1c9e9](https://github.com/aboutlo/ether-swr/commit/1d1c9e988d6e0ca755bbbe4ca7a34cd39726672a))
18+
519
## [1.0.0](https://github.com/aboutlo/ether-swr/compare/v0.6.4...v1.0.0) (2021-10-08)
620

721

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ether-swr",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Ether-SWR is a React hook that fetches blockchain data, streamlines the chores to keep the internal state of Decentralized App (DApp) and optimize the RPC calls to an Ethereum node.",
55
"main": "./dist/index.js",
66
"module": "./esm/index.js",

0 commit comments

Comments
 (0)