chore: release 1.22.0 (#175)

Co-authored-by: Viren070 <viren070@protonmail.com>
This commit is contained in:
github-actions[bot]
2025-05-22 22:28:40 +01:00
committed by GitHub
parent 289e53a405
commit 927cb7f90f
4 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "1.21.1"
".": "1.22.0"
}
+9
View File
@@ -0,0 +1,9 @@
# Changelog
## [1.22.0](https://github.com/Viren070/AIOStreams/compare/v1.21.1...v1.22.0) (2025-05-22)
### Features
* pass `baseUrl` in Easynews++ config and add optional `EASYNEWS_PLUS_PLUS_PUBLIC_URL`. ([b41e210](https://github.com/Viren070/AIOStreams/commit/b41e210c04777b349629dc98f28982bfb2e54886))
* stremthru improvements ([#172](https://github.com/Viren070/AIOStreams/issues/172)) ([72b5ab6](https://github.com/Viren070/AIOStreams/commit/72b5ab648e511220d7ff8b4bf453db94bb952b30))
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "aiostreams",
"version": "1.21.1",
"version": "1.22.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "aiostreams",
"version": "1.21.1",
"version": "1.22.0",
"license": "MIT",
"workspaces": [
"packages/*"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "aiostreams",
"version": "1.21.1",
"version": "1.22.0",
"description": "Stremio addon to combine streams into one addon",
"main": "dist/server.js",
"scripts": {