Skip to content

Commit

Permalink
chore(main): release utils 1.2.1 (#533)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.2.1](utils-v1.2.0...utils-v1.2.1)
(2024-09-11)


### Bug Fixes

* remark regarding import resolution
([#531](#531))
([8b4a3cd](8b4a3cd))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
MakMuftic authored Sep 11, 2024
1 parent 8b4a3cd commit 48e84d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.1](https://github.com/sygmaprotocol/sygma-sdk/compare/utils-v1.2.0...utils-v1.2.1) (2024-09-11)


### Bug Fixes

* remark regarding import resolution ([#531](https://github.com/sygmaprotocol/sygma-sdk/issues/531)) ([8b4a3cd](https://github.com/sygmaprotocol/sygma-sdk/commit/8b4a3cd1dc70ff2027e80bb8cd6926ad5fb02f33))

## [1.2.0](https://github.com/sygmaprotocol/sygma-sdk/compare/utils-v1.1.0...utils-v1.2.0) (2024-09-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buildwithsygma/utils",
"version": "1.2.0",
"version": "1.2.1",
"description": "Utilities to support bridging and message passing",
"main": "dist-esm/index.js",
"types": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion release-please/rp-utils-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/utils":"1.2.0"}
{"packages/utils":"1.2.1"}

0 comments on commit 48e84d5

Please sign in to comment.