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": "patch",
"oldVersion": "1.3.0",
"newVersion": "1.3.1",
"impact": "minor",
"oldVersion": "1.3.1",
"newVersion": "1.4.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-03-17)\n\n@iptv/xtream-api 1.3.1 (patch)\n\n#### :bug: Bug Fix\n* `@iptv/xtream-api`\n * [#25](https://github.com/ektotv/xtream-api/pull/25) Use backdrop path for movie cover ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n"
"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"
}
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-09-09)

@iptv/xtream-api 1.4.0 (minor)

#### :rocket: Enhancement
* `@iptv/xtream-api`
* [#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))

#### Committers: 1
- Salim Majzoub ([@salim-m](https://github.com/salim-m))

## Release (2025-03-17)

@iptv/xtream-api 1.3.1 (patch)
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.3.1",
"version": "1.4.0",
"description": "Standardized access to Xtream compatible player API",
"keywords": [
"xtream",
Expand Down