Skip to content

Commit

Permalink
chore(main): release sygma-sdk-core 1.0.4 (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 7, 2022
1 parent 3f2dbb1 commit 976b335
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/sdk": "1.0.3"
"packages/sdk": "1.0.4"
}
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.4](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.0.3...sygma-sdk-core-v1.0.4) (2022-11-07)


### Bug Fixes

* destination network selection ([#104](https://github.com/sygmaprotocol/sygma-sdk/issues/104)) ([3f2dbb1](https://github.com/sygmaprotocol/sygma-sdk/commit/3f2dbb163219395715b4b6f418903181be81f5bc))

## [1.0.3](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.0.2...sygma-sdk-core-v1.0.3) (2022-11-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buildwithsygma/sygma-sdk-core",
"version": "1.0.3",
"version": "1.0.4",
"description": "Core primitives for bridging and message passing",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 976b335

Please sign in to comment.