Skip to content

Commit

Permalink
chore(main): release sdk 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 committed Sep 30, 2024
1 parent e85ed15 commit dae0ae7
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,5 +1,5 @@
{
"packages/xcm-analyser": "1.3.3",
"packages/xcm-router": "1.3.0",
"packages/sdk": "6.0.0"
"packages/sdk": "6.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

## [6.1.0](https://github.com/paraspell/xcm-tools/compare/sdk-v6.0.0...sdk-v6.1.0) (2024-09-30)


### Features

* Add ParaSpell landing page ([91ceeba](https://github.com/paraspell/xcm-tools/commit/91ceeba999473cd618edae70f028f5e2bdfd25d9))


### Miscellaneous Chores

* Perform monthly maintenance check 🛠️ ([e85ed15](https://github.com/paraspell/xcm-tools/commit/e85ed15e709ccf3b59f7aa8c0fcaf7134e0fe8a3))

## [6.0.0](https://github.com/paraspell/xcm-tools/compare/sdk-v5.10.0...sdk-v6.0.0) (2024-09-21)


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

0 comments on commit dae0ae7

Please sign in to comment.