diff --git a/.changeset/pre.json b/.changeset/pre.json index b06a64e928..abedbaaea7 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -15,6 +15,9 @@ "five-melons-agree", "funny-beds-prove", "happy-bottles-collect", + "honest-dots-impress", + "hungry-countries-repeat", + "khaki-bees-play", "khaki-pianos-draw", "kind-kings-work", "moody-gorillas-wait", diff --git a/CHANGELOG.md b/CHANGELOG.md index b5de4e9d48..f604af139a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # viem +## 0.0.1-alpha.17 + +### Patch Changes + +- [`ac69d16`](https://github.com/wagmi-dev/viem/commit/ac69d1675e70624919dc564f73ab91064c683a52) Thanks [@jxom](https://github.com/jxom)! - Added `writeContract`. + +* [`ac69d16`](https://github.com/wagmi-dev/viem/commit/ac69d1675e70624919dc564f73ab91064c683a52) Thanks [@jxom](https://github.com/jxom)! - **Breaking**: Replaced `callContract` with `simulateContract`. + +- [#44](https://github.com/wagmi-dev/viem/pull/44) [`f908190`](https://github.com/wagmi-dev/viem/commit/f90819098e11a2415d1220a6e857c45b09450885) Thanks [@0xOlias](https://github.com/0xOlias)! - Added `getLogs` action. + ## 0.0.1-alpha.16 ### Patch Changes diff --git a/package.json b/package.json index b4b7d491cf..f9c5d6527f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "viem", "description": "TypeScript Interface for Ethereum", - "version": "0.0.1-alpha.16", + "version": "0.0.1-alpha.17", "scripts": { "anvil": "source .env && anvil --fork-url $VITE_ANVIL_FORK_URL --fork-block-number $VITE_ANVIL_BLOCK_NUMBER --block-time $VITE_ANVIL_BLOCK_TIME", "bench": "vitest bench --no-threads",