Skip to content

Commit

Permalink
chore(main): release xcm-router 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 committed Oct 19, 2024
1 parent 412c9ab commit 1547d77
Show file tree
Hide file tree
Showing 3 changed files with 20 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.4",
"packages/xcm-router": "1.4.0",
"packages/xcm-router": "1.4.1",
"packages/sdk": "6.1.1"
}
18 changes: 18 additions & 0 deletions packages/xcm-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.4.1](https://github.com/paraspell/xcm-tools/compare/xcm-router-v1.4.0...xcm-router-v1.4.1) (2024-10-19)


### Documentation

* Add TSDoc reference comments to exported functions 📄 ([73b8cfe](https://github.com/paraspell/xcm-tools/commit/73b8cfe6d0944a0ea2c649552c844501ad10b19c))


### Miscellaneous Chores

* Add consistent type imports ESlint rule ✏️ ([61c20ae](https://github.com/paraspell/xcm-tools/commit/61c20ae24b83d871a6a5e3819e09748df3026061))
* **xcm-tools:** Add starter template projects to readme ([8e9cbf7](https://github.com/paraspell/xcm-tools/commit/8e9cbf7f6a8c25e7bf7dd48287d0dd66557c4c02))


### Tests

* Improve overall unit test coverage to above 90% 🧪 ([aeb32bb](https://github.com/paraspell/xcm-tools/commit/aeb32bb6a54c1bc2e527cf587b8e0a44e3c397a5))

## [1.4.0](https://github.com/paraspell/xcm-tools/compare/xcm-router-v1.3.0...xcm-router-v1.4.0) (2024-09-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/xcm-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraspell/xcm-router",
"version": "1.4.0",
"version": "1.4.1",
"description": "Tool for XCM cross-chain asset exchanging across Polkadot and Kusama ecosystems",
"type": "module",
"exports": {
Expand Down

0 comments on commit 1547d77

Please sign in to comment.