chore: release 2.11.2 (#320)

This commit is contained in:
Viren070
2025-08-24 23:30:14 +01:00
committed by GitHub
parent d81206ff20
commit 755286cdbc
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "2.11.1"
".": "2.11.2"
}
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## [2.11.2](https://github.com/Viren070/AIOStreams/compare/v2.11.1...v2.11.2) (2025-08-24)
### Bug Fixes
* add 'DB' to known names for debrider ([8ac29e0](https://github.com/Viren070/AIOStreams/commit/8ac29e0d19bcf583da9fdf2bc6fd31a02445400d))
* add rpdb api key to cache key ([d81206f](https://github.com/Viren070/AIOStreams/commit/d81206ff200f484bc7dbd8eee6b5422ec2b3b4dc))
## [2.11.1](https://github.com/Viren070/AIOStreams/compare/v2.11.0...v2.11.1) (2025-08-24)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "aiostreams",
"version": "2.11.1",
"version": "2.11.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "aiostreams",
"version": "2.11.1",
"version": "2.11.2",
"license": "MIT",
"workspaces": [
"packages/*"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "aiostreams",
"version": "2.11.1",
"version": "2.11.2",
"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": {