Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 08ae8e2

Browse files
chore(main): release sygma-sdk-core 1.0.2 (#119)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4ca6317 commit 08ae8e2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/sdk": "1.0.1"
2+
"packages/sdk": "1.0.2"
33
}

packages/sdk/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.2](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.0.1...sygma-sdk-core-v1.0.2) (2022-11-07)
4+
5+
6+
### Bug Fixes
7+
8+
* updated readme in sdk ([#118](https://github.com/sygmaprotocol/sygma-sdk/issues/118)) ([4ca6317](https://github.com/sygmaprotocol/sygma-sdk/commit/4ca6317c97f2b4daca7d88beeebe3f5c394248a8))
9+
310
## [1.0.1](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.0.1...sygma-sdk-core-v1.0.1) (2022-11-07)
411

512

packages/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@buildwithsygma/sygma-sdk-core",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Core primitives for bridging and message passing",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)