chore: release 2.12.2 (#343)

This commit is contained in:
Viren070
2025-09-02 22:14:38 +01:00
committed by GitHub
parent 24d097464c
commit f7679beea8
4 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "2.12.1"
".": "2.12.2"
}
+9
View File
@@ -1,5 +1,14 @@
# Changelog
## [2.12.2](https://github.com/Viren070/AIOStreams/compare/v2.12.1...v2.12.2) (2025-09-02)
### Bug Fixes
* await regexAllowed check in validateRegexes function ([be1a257](https://github.com/Viren070/AIOStreams/commit/be1a257477f8a8f82a49b06e1cc35dc526c79f6e))
* **debridio-scraper:** add debrider to supported services ([24d0974](https://github.com/Viren070/AIOStreams/commit/24d097464c3a09f65dec5a16726786cc61d85e66))
* move cache hit message into debug level ([c515e19](https://github.com/Viren070/AIOStreams/commit/c515e19f196ce3b8c42604bf6c1f0c36f3f615c1))
## [2.12.1](https://github.com/Viren070/AIOStreams/compare/v2.12.0...v2.12.1) (2025-08-31)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "aiostreams",
"version": "2.12.1",
"version": "2.12.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "aiostreams",
"version": "2.12.1",
"version": "2.12.2",
"license": "MIT",
"workspaces": [
"packages/*"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "aiostreams",
"version": "2.12.1",
"version": "2.12.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": {