Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -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"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down