diff --git a/.changeset/bright-hats-dress.md b/.changeset/bright-hats-dress.md deleted file mode 100644 index d325df0a3..000000000 --- a/.changeset/bright-hats-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': patch ---- - -Fix logo url in tETH warp config diff --git a/CHANGELOG.md b/CHANGELOG.md index f15c82722..5f1bcbc12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @hyperlane-xyz/registry +## 4.3.2 + +### Patch Changes + +- 0e4d875: Fix logo url in tETH warp config + ## 4.3.1 ### Patch Changes diff --git a/package.json b/package.json index ee4bde479..f5b17ce13 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": "4.3.1", + "version": "4.3.2", "dependencies": { "yaml": "2.4.5", "zod": "^3.21.2"