From 640a0cbbf4db03eea560987bc7da0a1ac79c7042 Mon Sep 17 00:00:00 2001 From: mace <mak@chainsafe.io> Date: Wed, 9 Oct 2024 16:09:18 +0200 Subject: [PATCH] chore(main): release utils 1.3.0 (#558) :robot: I have created a release *beep* *boop* --- ## [1.3.0](https://github.com/sygmaprotocol/sygma-sdk/compare/utils-v1.2.1...utils-v1.3.0) (2024-10-09) ### Features * bitcoin wallet utils ([#546](https://github.com/sygmaprotocol/sygma-sdk/issues/546)) ([f29559b](https://github.com/sygmaprotocol/sygma-sdk/commit/f29559b7ca730640bb8a1697fc7b3fb8cc4f89c3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- packages/utils/CHANGELOG.md | 7 +++++++ packages/utils/package.json | 2 +- release-please/rp-utils-manifest.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 1227b360a..261c0698f 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/sygmaprotocol/sygma-sdk/compare/utils-v1.2.1...utils-v1.3.0) (2024-10-09) + + +### Features + +* bitcoin wallet utils ([#546](https://github.com/sygmaprotocol/sygma-sdk/issues/546)) ([f29559b](https://github.com/sygmaprotocol/sygma-sdk/commit/f29559b7ca730640bb8a1697fc7b3fb8cc4f89c3)) + ## [1.2.1](https://github.com/sygmaprotocol/sygma-sdk/compare/utils-v1.2.0...utils-v1.2.1) (2024-09-11) diff --git a/packages/utils/package.json b/packages/utils/package.json index 1f91e39e7..de0eba987 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@buildwithsygma/utils", - "version": "1.2.1", + "version": "1.3.0", "description": "Utilities to support bridging and message passing", "main": "dist-esm/index.js", "types": "types/index.d.ts", diff --git a/release-please/rp-utils-manifest.json b/release-please/rp-utils-manifest.json index 6aeb382e1..6790496a6 100644 --- a/release-please/rp-utils-manifest.json +++ b/release-please/rp-utils-manifest.json @@ -1 +1 @@ -{"packages/utils":"1.2.1"} +{"packages/utils":"1.3.0"}