From 677c4065b2caa3b0dbc5d33ac58e52b62a1ced2c Mon Sep 17 00:00:00 2001 From: Viren070 Date: Thu, 12 Mar 2026 21:20:03 +0000 Subject: [PATCH] chore: release 2.25.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2437679eb..bb8a427f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.25.3" + ".": "2.25.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ffdf9f60e..82f4e9047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.25.4](https://github.com/Viren070/AIOStreams/compare/v2.25.3...v2.25.4) (2026-03-12) + + +### Bug Fixes + +* **builtins/nab:** determine private flag from type property ([#803](https://github.com/Viren070/AIOStreams/issues/803)) ([94660bc](https://github.com/Viren070/AIOStreams/commit/94660bcd8c10d853b4563553454294f33019ba20)) +* **presets/meteor:** update logo URL ([#812](https://github.com/Viren070/AIOStreams/issues/812)) ([47b104c](https://github.com/Viren070/AIOStreams/commit/47b104c4b5dfa990c9da3b1745fec76e6fb7601a)) +* **presets/meteor:** use urlSafe base64 ([#809](https://github.com/Viren070/AIOStreams/issues/809)) ([89bb403](https://github.com/Viren070/AIOStreams/commit/89bb40328da787685b0408ffc8b2dd7f43b991f3)) + ## [2.25.3](https://github.com/Viren070/AIOStreams/compare/v2.25.2...v2.25.3) (2026-03-08) diff --git a/package.json b/package.json index 528d435e6..0cef33ef9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aiostreams", - "version": "2.25.3", + "version": "2.25.4", "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.", "type": "module", "main": "dist/index.js",