chore: release 2.11.5 (#329)

This commit is contained in:
Viren070
2025-08-26 17:11:52 +01:00
committed by GitHub
parent 0b7d076350
commit 68ed1bed2c
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "2.11.4"
".": "2.11.5"
}
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## [2.11.5](https://github.com/Viren070/AIOStreams/compare/v2.11.4...v2.11.5) (2025-08-26)
### Bug Fixes
* **parser:** improve BluRay REMUX regex ([4a658a1](https://github.com/Viren070/AIOStreams/commit/4a658a11159cfd9e15198b8f4f0dfa53e5e0b56e))
* **presets/webstreamr:** return original parsed file when no resolution matched ([07db3d9](https://github.com/Viren070/AIOStreams/commit/07db3d9d542d51c15f5364a1be543c6c8578c9c4))
## [2.11.4](https://github.com/Viren070/AIOStreams/compare/v2.11.3...v2.11.4) (2025-08-26)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "aiostreams",
"version": "2.11.4",
"version": "2.11.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "aiostreams",
"version": "2.11.4",
"version": "2.11.5",
"license": "MIT",
"workspaces": [
"packages/*"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "aiostreams",
"version": "2.11.4",
"version": "2.11.5",
"description": "AIOStreams consolidates multiple Stremio addons and debrid services into a single, easily configurable addon. It allows highly customisable filtering, sorting, and formatting of results and supports proxying all your streams through MediaFlow Proxy or StremThru for improved compatibility and IP restriction bypassing.",
"main": "dist/index.js",
"scripts": {