From 5f890257bf6fbcf608cda2ef01c0cea3e4a97da1 Mon Sep 17 00:00:00 2001 From: evoactivity <83799+evoactivity@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:14:55 +0000 Subject: [PATCH] Prepare Release v1.4.1 using 'release-plan' --- .release-plan.json | 12 ++++++------ CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 6a03988..a89e4be 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "@iptv/xtream-api": { - "impact": "minor", - "oldVersion": "1.3.1", - "newVersion": "1.4.0", + "impact": "patch", + "oldVersion": "1.4.0", + "newVersion": "1.4.1", "constraints": [ { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-09-09)\n\n@iptv/xtream-api 1.4.0 (minor)\n\n#### :rocket: Enhancement\n* `@iptv/xtream-api`\n * [#27](https://github.com/ektotv/xtream-api/pull/27) Enhancement: change preferredFormat to a union instead of string ([@salim-m](https://github.com/salim-m))\n\n#### Committers: 1\n- Salim Majzoub ([@salim-m](https://github.com/salim-m))\n" + "description": "## Release (2025-10-06)\n\n@iptv/xtream-api 1.4.1 (patch)\n\n#### :bug: Bug Fix\n* `@iptv/xtream-api`\n * [#30](https://github.com/ektotv/xtream-api/pull/30) refactor(xtream): allow fallback extension when user profile is undefined ([@valiums00](https://github.com/valiums00))\n\n#### Committers: 1\n- [@valiums00](https://github.com/valiums00)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d2b3122..61d10ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2025-10-06) + +@iptv/xtream-api 1.4.1 (patch) + +#### :bug: Bug Fix +* `@iptv/xtream-api` + * [#30](https://github.com/ektotv/xtream-api/pull/30) refactor(xtream): allow fallback extension when user profile is undefined ([@valiums00](https://github.com/valiums00)) + +#### Committers: 1 +- [@valiums00](https://github.com/valiums00) + ## Release (2025-09-09) @iptv/xtream-api 1.4.0 (minor) diff --git a/package.json b/package.json index c71533f..d84e289 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iptv/xtream-api", - "version": "1.4.0", + "version": "1.4.1", "description": "Standardized access to Xtream compatible player API", "keywords": [ "xtream",