Skip to content

Commit d82004d

Browse files
chore: version packages (#66)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a542514 commit d82004d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Diff for: .changeset/dull-taxis-share.md

-5
This file was deleted.

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# abitype
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- [#65](https://github.com/wagmi-dev/abitype/pull/65) [`a542514`](https://github.com/wagmi-dev/abitype/commit/a54251412f343d706c0a7903948b8744c87a39c3) Thanks [@Bind](https://github.com/Bind)! - Fixed `abitype/zod` support for legacy contracts, like WETH, by making `inputs` optional for `type: 'fallback'` and `AbiError` `type` from `"event"` to `"error"`.
8+
39
## 0.2.4
410

511
### Patch Changes

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "abitype",
33
"description": "Strict TypeScript types for Ethereum ABIs",
44
"license": "MIT",
5-
"version": "0.2.4",
5+
"version": "0.2.5",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/wagmi-dev/abitype.git"

0 commit comments

Comments
 (0)