From f546cbbd62b0b71dd895496ce11c1ea760d9176e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 22:26:28 +0000 Subject: [PATCH] chore(main): release paraspell-cli 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3e6859d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## [1.1.0](https://github.com/paraspell/cli/compare/paraspell-cli-v1.0.0...paraspell-cli-v1.1.0) (2026-08-07) + + +### Features + +* Add Dependapot automatic updates ([20faa3f](https://github.com/paraspell/cli/commit/20faa3fde7c231f7579e1a302d0f910b3aa74bde)) +* improve interactive CLI experience ([37483ed](https://github.com/paraspell/cli/commit/37483edecd3a85211b412f55b214f552c089c415)) +* Modern CLI framework with Stricli + Clack ([c4604c7](https://github.com/paraspell/cli/commit/c4604c7680f3987edd34a09a2d5b15e44467172a)) +* Paraspell CLI 💻 ([d767dee](https://github.com/paraspell/cli/commit/d767dee7a1b41c9fdf022e4872011903fe83dbc7)) + + +### Bug Fixes + +* **deps:** bump the paraspell group ([a090656](https://github.com/paraspell/cli/commit/a0906564f70c605ac0c7c0753cbe918fb8349226)) +* **deps:** update globals requirement ([c80e963](https://github.com/paraspell/cli/commit/c80e963d16288416908982b0119ce39811eb9e78)) +* **deps:** update vue-tsc requirement ([328a176](https://github.com/paraspell/cli/commit/328a17679b256ea04de2f5826b8c3fbb89c67c6a)) +* Refactor let variables to consts 🔧 ([40c4c9b](https://github.com/paraspell/cli/commit/40c4c9b7ef87dc0ae243588f6a6285a8a4f2292a)) diff --git a/package.json b/package.json index b675e5d..ffe05ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paraspell-cli", - "version": "1.0.0", + "version": "1.1.0", "description": "Scaffold ParaSpell XCM SDK and XCM API starter apps", "type": "module", "license": "MIT",