From 0cca976c13ee9927c0652ad1298d2e878a98781d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 08:28:11 +1100 Subject: [PATCH] chore: version package (#2010) Version Packages Co-authored-by: github-actions[bot] --- .changeset/big-grapes-study.md | 5 ----- .changeset/spotty-news-act.md | 5 ----- src/CHANGELOG.md | 8 ++++++++ src/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/big-grapes-study.md delete mode 100644 .changeset/spotty-news-act.md diff --git a/.changeset/big-grapes-study.md b/.changeset/big-grapes-study.md deleted file mode 100644 index 79d57f3451..0000000000 --- a/.changeset/big-grapes-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"viem": patch ---- - -Added Reya Network chain. diff --git a/.changeset/spotty-news-act.md b/.changeset/spotty-news-act.md deleted file mode 100644 index 2d6e227957..0000000000 --- a/.changeset/spotty-news-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"viem": patch ---- - -Added API URLs to Blast chains. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index ceaf6a0ac3..e046ded803 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,13 @@ # viem +## 2.9.1 + +### Patch Changes + +- [#2009](https://github.com/wevm/viem/pull/2009) [`69017a9b7bab8b5a3bd9d9f2306c889ddd6ca728`](https://github.com/wevm/viem/commit/69017a9b7bab8b5a3bd9d9f2306c889ddd6ca728) Thanks [@avniculae](https://github.com/avniculae)! - Added Reya Network chain. + +- [#2008](https://github.com/wevm/viem/pull/2008) [`cb0ea880057252684a5540f9282fc1982ef8fb86`](https://github.com/wevm/viem/commit/cb0ea880057252684a5540f9282fc1982ef8fb86) Thanks [@ezynda3](https://github.com/ezynda3)! - Added API URLs to Blast chains. + ## 2.9.0 ### Minor Changes diff --git a/src/package.json b/src/package.json index c76075b48d..e46525fe3c 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "viem", "description": "TypeScript Interface for Ethereum", - "version": "2.9.0", + "version": "2.9.1", "type": "module", "main": "./_cjs/index.js", "module": "./_esm/index.js",