diff --git a/.changeset/fast-timers-crash.md b/.changeset/fast-timers-crash.md deleted file mode 100644 index f2be441756..0000000000 --- a/.changeset/fast-timers-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"viem": patch ---- - -Resolved type error by explicitly typing `headers` as `HeadersInit` in CCIP. diff --git a/.changeset/khaki-steaks-beam.md b/.changeset/khaki-steaks-beam.md deleted file mode 100644 index 75c015e32f..0000000000 --- a/.changeset/khaki-steaks-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"viem": patch ---- - -Added Multicall address to Taiko Hekla chain. diff --git a/.changeset/light-socks-notice.md b/.changeset/light-socks-notice.md deleted file mode 100644 index e7bcdefd81..0000000000 --- a/.changeset/light-socks-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"viem": patch ---- - -Added One World Chain Mainnet. diff --git a/.changeset/old-bags-run.md b/.changeset/old-bags-run.md deleted file mode 100644 index b10bb87555..0000000000 --- a/.changeset/old-bags-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"viem": patch ---- - -Added Multicall address to Superposition. diff --git a/.changeset/strong-pandas-change.md b/.changeset/strong-pandas-change.md deleted file mode 100644 index 63b6f87e21..0000000000 --- a/.changeset/strong-pandas-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"viem": patch ---- - -Added Omax Mainnet. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 6ae5165c80..b9889c53ce 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,19 @@ # viem +## 2.21.47 + +### Patch Changes + +- [#3009](https://github.com/wevm/viem/pull/3009) [`b57213a76771f4172781d67595c99a9599ea54ea`](https://github.com/wevm/viem/commit/b57213a76771f4172781d67595c99a9599ea54ea) Thanks [@vijaypushkin](https://github.com/vijaypushkin)! - Resolved type error by explicitly typing `headers` as `HeadersInit` in CCIP. + +- [#3010](https://github.com/wevm/viem/pull/3010) [`c5ba0283d02f8e584b7a291695753b32b1874fc8`](https://github.com/wevm/viem/commit/c5ba0283d02f8e584b7a291695753b32b1874fc8) Thanks [@andychert](https://github.com/andychert)! - Added Multicall address to Taiko Hekla chain. + +- [#3013](https://github.com/wevm/viem/pull/3013) [`70994fa73f96d2f5e6ce7e7c08cc1f360888e576`](https://github.com/wevm/viem/commit/70994fa73f96d2f5e6ce7e7c08cc1f360888e576) Thanks [@Zhangnong](https://github.com/Zhangnong)! - Added One World Chain Mainnet. + +- [#3014](https://github.com/wevm/viem/pull/3014) [`32315c2336959135786fcf0b899ce19e0bf450a1`](https://github.com/wevm/viem/commit/32315c2336959135786fcf0b899ce19e0bf450a1) Thanks [@qi-0826](https://github.com/qi-0826)! - Added Multicall address to Superposition. + +- [#3012](https://github.com/wevm/viem/pull/3012) [`bc7f4ae22bfec4305412c65a6ac57b918a225dfb`](https://github.com/wevm/viem/commit/bc7f4ae22bfec4305412c65a6ac57b918a225dfb) Thanks [@Zhangnong](https://github.com/Zhangnong)! - Added Omax Mainnet. + ## 2.21.46 ### Patch Changes diff --git a/src/errors/version.ts b/src/errors/version.ts index 58b846cb6e..a5790ec664 100644 --- a/src/errors/version.ts +++ b/src/errors/version.ts @@ -1 +1 @@ -export const version = '2.21.46' +export const version = '2.21.47' diff --git a/src/jsr.json b/src/jsr.json index 09829c49fc..ce4f5ac715 100644 --- a/src/jsr.json +++ b/src/jsr.json @@ -1,6 +1,6 @@ { "name": "@wevm/viem", - "version": "2.21.46", + "version": "2.21.47", "exports": { ".": "./index.ts", "./accounts-abstraction": "./account-abstraction/index.ts", diff --git a/src/package.json b/src/package.json index df6dd00a6e..8f6ec044cc 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "viem", "description": "TypeScript Interface for Ethereum", - "version": "2.21.46", + "version": "2.21.47", "type": "module", "main": "./_cjs/index.js", "module": "./_esm/index.js",