diff --git a/.changeset/lucky-boats-think.md b/.changeset/lucky-boats-think.md deleted file mode 100644 index ef1937dd..00000000 --- a/.changeset/lucky-boats-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperlane-xyz/registry": minor ---- - -Add core deployment for Fuse chain diff --git a/.changeset/mean-items-tie.md b/.changeset/mean-items-tie.md deleted file mode 100644 index b2bc9e10..00000000 --- a/.changeset/mean-items-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': minor ---- - -Adding config for Zora chain to registry diff --git a/.changeset/odd-jeans-yawn.md b/.changeset/odd-jeans-yawn.md deleted file mode 100644 index d2539da1..00000000 --- a/.changeset/odd-jeans-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperlane-xyz/registry": patch ---- - -Mark Aribtrum Sepolia as testnet diff --git a/.changeset/popular-panthers-promise.md b/.changeset/popular-panthers-promise.md deleted file mode 100644 index dc207d8a..00000000 --- a/.changeset/popular-panthers-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': minor ---- - -Added core deployment for arthera testnet diff --git a/.changeset/small-ghosts-smoke.md b/.changeset/small-ghosts-smoke.md deleted file mode 100644 index e172938e..00000000 --- a/.changeset/small-ghosts-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperlane-xyz/registry": minor ---- - -Add Base Sepolia chain diff --git a/.changeset/tidy-lions-visit.md b/.changeset/tidy-lions-visit.md deleted file mode 100644 index 24d8818b..00000000 --- a/.changeset/tidy-lions-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': minor ---- - -Add metadata for BOB, Mantle and Taiko diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c431a9f..c7b775cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @hyperlane-xyz/registry +## 2.2.0 + +### Minor Changes + +- b6e2136: Add core deployment for Fuse chain +- 145f085: Adding config for Zora chain to registry +- a9403b0: Added core deployment for arthera testnet +- fef0561: Add Base Sepolia chain +- 0f636ee: Add metadata for BOB, Mantle and Taiko + +### Patch Changes + +- 414fc5b: Mark Aribtrum Sepolia as testnet + ## 2.1.1 ### Patch Changes diff --git a/package.json b/package.json index 5b40343b..f22b21ce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hyperlane-xyz/registry", "description": "A collection of configs, artifacts, and schemas for Hyperlane", - "version": "2.1.1", + "version": "2.2.0", "dependencies": { "yaml": "^2", "zod": "^3.21.2"