Skip to content

Commit

Permalink
chore(main): release sygma-sdk-core 2.6.1 (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMuftic authored Jan 23, 2024
1 parent 06358f0 commit 3b9de45
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": "2.6.0"
"packages/sdk": "2.6.1"
}
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

## [2.6.1](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v2.6.0...sygma-sdk-core-v2.6.1) (2024-01-23)


### Bug Fixes

* missing import extensions ([#327](https://github.com/sygmaprotocol/sygma-sdk/issues/327)) ([06358f0](https://github.com/sygmaprotocol/sygma-sdk/commit/06358f05fa16fe907e12896cff38f1c99c8b0deb))

## [2.6.0](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v2.5.0...sygma-sdk-core-v2.6.0) (2024-01-16)


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": "2.6.0",
"version": "2.6.1",
"description": "Core primitives for bridging and message passing",
"main": "dist-esm/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 3b9de45

Please sign in to comment.