diff --git a/.changeset/quick-colts-flow.md b/.changeset/quick-colts-flow.md deleted file mode 100644 index ad9eaa1d95..0000000000 --- a/.changeset/quick-colts-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"viem": minor ---- - -Added coin type support for `getEnsAddress`. diff --git a/.changeset/warm-bats-worry.md b/.changeset/warm-bats-worry.md deleted file mode 100644 index e086abbdc6..0000000000 --- a/.changeset/warm-bats-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"viem": patch ---- - -Exported `Filter` type. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6d1b9a5e..85bca92fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # viem +## 1.4.0 + +### Minor Changes + +- [#908](https://github.com/wagmi-dev/viem/pull/908) [`988c65f8`](https://github.com/wagmi-dev/viem/commit/988c65f8218c9ce0549c04b3779efb5f685da75f) Thanks [@moldy530](https://github.com/moldy530)! - Added coin type support for `getEnsAddress`. + +### Patch Changes + +- [#878](https://github.com/wagmi-dev/viem/pull/878) [`4e227303`](https://github.com/wagmi-dev/viem/commit/4e2273036f8bbc7973b13467d7cb9baa2f17a460) Thanks [@salieflewis](https://github.com/salieflewis)! - Exported `Filter` type. + ## 1.3.1 ### Patch Changes diff --git a/package.json b/package.json index 32f90fa08a..e3b79222e5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "viem", "description": "TypeScript Interface for Ethereum", - "version": "1.3.1", + "version": "1.4.0", "scripts": { "bench": "vitest bench", "bench:ci": "CI=true vitest bench",