From abd1cc4598642bd02ca0e4c430207acb2b4edd8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:09:44 +0100 Subject: [PATCH] Version Packages (#212) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @hyperlane-xyz/registry@4.3.1 ### Patch Changes - 75cdf82: Fixes missing collateral address from TETH warp route Co-authored-by: github-actions[bot] --- .changeset/large-starfishes-know.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/large-starfishes-know.md diff --git a/.changeset/large-starfishes-know.md b/.changeset/large-starfishes-know.md deleted file mode 100644 index dcca82a8..00000000 --- a/.changeset/large-starfishes-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': patch ---- - -Fixes missing collateral address from TETH warp route diff --git a/CHANGELOG.md b/CHANGELOG.md index 68aa1d57..f15c8272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @hyperlane-xyz/registry +## 4.3.1 + +### Patch Changes + +- 75cdf82: Fixes missing collateral address from TETH warp route + ## 4.3.0 ### Minor Changes diff --git a/package.json b/package.json index 127a2435..ee4bde47 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.0", + "version": "4.3.1", "dependencies": { "yaml": "2.4.5", "zod": "^3.21.2"