Skip to content

Commit 94b5073

Browse files
Version Packages (alpha) (#21)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f2e6bb1 commit 94b5073

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
},
1010
"changesets": [
1111
"five-melons-agree",
12+
"funny-beds-prove",
1213
"rare-cats-unite",
1314
"red-cougars-dream",
1415
"tame-flies-refuse"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# viem
22

3+
## 0.0.1-alpha.4
4+
5+
### Patch Changes
6+
7+
- [`f2e6bb1`](https://github.com/wagmi-dev/viem/commit/f2e6bb1fee06ccd51c7b3a22accd01259daece0f) Thanks [@jxom](https://github.com/jxom)! - Added `decodeFunctionResult`.
8+
39
## 0.0.1-alpha.3
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "viem",
33
"description": "TypeScript (& JavaScript) Interface for Ethereum",
4-
"version": "0.0.1-alpha.3",
4+
"version": "0.0.1-alpha.4",
55
"scripts": {
66
"anvil": "source .env && anvil --fork-url $ANVIL_FORK_URL --fork-block-number $VITE_ANVIL_BLOCK_NUMBER --block-time $VITE_ANVIL_BLOCK_TIME",
77
"bench": "vitest bench --no-threads",

0 commit comments

Comments
 (0)