Skip to content

Commit

Permalink
chore(main): release sygma-sdk-core 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 12, 2023
1 parent b3c5062 commit 061f33a
Show file tree
Hide file tree
Showing 3 changed files with 14 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.4"
"packages/sdk": "1.1.0"
}
12 changes: 12 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.0.4...sygma-sdk-core-v1.1.0) (2023-01-12)


### Features

* Add blocks confirmation amount param to config ([#140](https://github.com/sygmaprotocol/sygma-sdk/issues/140)) ([b3c5062](https://github.com/sygmaprotocol/sygma-sdk/commit/b3c50627f2219b43234abb4f548dbed9a77300a4))


### Bug Fixes

* fix imports ([#135](https://github.com/sygmaprotocol/sygma-sdk/issues/135)) ([19c43e1](https://github.com/sygmaprotocol/sygma-sdk/commit/19c43e16411ef4406e8c9866d2924bfb81d1ef4e))

## [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)


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.4",
"version": "1.1.0",
"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 061f33a

Please sign in to comment.