Skip to content

Commit 91d51fb

Browse files
Version Packages (alpha) (#22)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ee4d256 commit 91d51fb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"funny-beds-prove",
1313
"rare-cats-unite",
1414
"red-cougars-dream",
15-
"tame-flies-refuse"
15+
"tame-flies-refuse",
16+
"violet-humans-press"
1617
]
1718
}

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.5
4+
5+
### Patch Changes
6+
7+
- [`ee4d256`](https://github.com/wagmi-dev/viem/commit/ee4d256a50e4312614501b15c6b5f9b7b3220be3) Thanks [@jxom](https://github.com/jxom)! - Added `encodeFunctionResult`.
8+
39
## 0.0.1-alpha.4
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.4",
4+
"version": "0.0.1-alpha.5",
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)