Skip to content

Commit

Permalink
chore(main): release sdk 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 committed Apr 2, 2024
1 parent bee15fb commit b6a59f3
Show file tree
Hide file tree
Showing 3 changed files with 24 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,4 +1,4 @@
{
"packages/xcm-router": "0.1.1",
"packages/sdk": "4.1.1"
"packages/sdk": "5.0.0"
}
22 changes: 22 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [5.0.0](https://github.com/paraspell/xcm-tools/compare/sdk-v4.1.1...sdk-v5.0.0) (2024-03-23)


### ⚠ BREAKING CHANGES

* **sdk:** Refactor public functions to use parameter object ⚙️

### Bug Fixes

* **sdk:** Update README.md ([b79742e](https://github.com/paraspell/xcm-tools/commit/b79742eae39109f7015b05359d25499104456fd3))
* Update SDK README.md ([330323c](https://github.com/paraspell/xcm-tools/commit/330323c7727bd784dbfddb4ab06b1ce4f460871b))


### Miscellaneous Chores

* **sdk:** Monthly check ✨ ([bee15fb](https://github.com/paraspell/xcm-tools/commit/bee15fb231932705bdfcdb14a13770b8f566035d))


### Code Refactoring

* **sdk:** Refactor public functions to use parameter object ⚙️ ([53e81b5](https://github.com/paraspell/xcm-tools/commit/53e81b56523e14e90f5f1ffc0103cb2bd9420c08))

## [4.1.1](https://github.com/paraspell/xcm-tools/compare/sdk-v4.1.0...sdk-v4.1.1) (2024-02-25)


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": "@paraspell/sdk",
"version": "4.1.1",
"version": "5.0.0",
"description": "SDK for ParaSpell XCM/XCMP tool for developers",
"repository": "@paraspell/sdk",
"license": "MIT",
Expand Down

0 comments on commit b6a59f3

Please sign in to comment.