Skip to content

Commit

Permalink
chore(main): release xcm-analyser 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 committed Jul 5, 2024
1 parent 526e5f8 commit 6347e69
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.2.1",
"packages/xcm-analyser": "1.3.0",
"packages/xcm-router": "1.2.1",
"packages/sdk": "5.6.0"
}
18 changes: 18 additions & 0 deletions packages/xcm-analyser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.3.0](https://github.com/paraspell/xcm-tools/compare/xcm-analyser-v1.2.1...xcm-analyser-v1.3.0) (2024-07-04)


### Features

* **xcm-api:** Add XCM Analyser endpoint ([d171645](https://github.com/paraspell/xcm-tools/commit/d1716455e093a4adac1946debcde9ee0132e90ee))


### Miscellaneous Chores

* Update Node.js to v20 LTS ([4b00caa](https://github.com/paraspell/xcm-tools/commit/4b00caa58649051f4dea57e7f6ebb94baa6e307a))
* Update SDK dependencies ⚙️ ([281d5c7](https://github.com/paraspell/xcm-tools/commit/281d5c7a5fd043c7a5b3d323218ccfdba9ef0a56))


### Code Refactoring

* Upgrade ESlint to v9 & create shared config ([524161b](https://github.com/paraspell/xcm-tools/commit/524161b9a9509c3beb15af99bfc0151c7eeb5619))

## [1.2.1](https://github.com/paraspell/xcm-tools/compare/xcm-analyser-v1.2.0...xcm-analyser-v1.2.1) (2024-04-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/xcm-analyser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraspell/xcm-analyser",
"version": "1.2.1",
"version": "1.3.0",
"description": "Tool for converting XCM MultiLocation into human readable written format.",
"type": "module",
"exports": {
Expand Down

0 comments on commit 6347e69

Please sign in to comment.