chore(release): release v0.28.0 (#134)

This commit is contained in:
webstreamr 2025-06-11 22:48:00 +02:00 committed by GitHub
parent dd6d485340
commit f1447e6975
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 27 additions and 5 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.27.2"
".": "0.28.0"
}

View file

@ -1,5 +1,27 @@
# Changelog
## [0.28.0](https://github.com/webstreamr/webstreamr/compare/v0.27.2...v0.28.0) (2025-06-11)
### Miscellaneous Chores
* **extractor:** improve SuperVideo title ([2ea8c16](https://github.com/webstreamr/webstreamr/commit/2ea8c16d9e2b01ed8eb1b1d2ef7036daff47aae6))
### Features
* **handler:** add VidSrc with CloudStream Pro support ([dd6d485](https://github.com/webstreamr/webstreamr/commit/dd6d4853400fe75a81e9118e0306449ad0477654))
### Bug Fixes
* **fetcher:** correct noFlareSolverr logic ([d0efc07](https://github.com/webstreamr/webstreamr/commit/d0efc0783f433dc50d56aea102a9bb9bc77c6128))
### Code Refactoring
* extract playlist height guessing ([4dc3c63](https://github.com/webstreamr/webstreamr/commit/4dc3c636a6397229a500e8370f74f5c2b19a1a3e))
## [0.27.2](https://github.com/webstreamr/webstreamr/compare/v0.27.1...v0.27.2) (2025-06-11)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "webstreamr",
"version": "0.27.2",
"version": "0.28.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "webstreamr",
"version": "0.27.2",
"version": "0.28.0",
"license": "MIT",
"dependencies": {
"@isaacs/ttlcache": "^1.4.1",

View file

@ -1,7 +1,7 @@
{
"name": "webstreamr",
"description": "Provides HTTP URLs from streaming websites.",
"version": "0.27.2",
"version": "0.28.0",
"type": "commonjs",
"scripts": {
"analyse": "tsc --noEmit --project ./tsconfig.dev.json",

View file

@ -8,7 +8,7 @@ const typedEntries = <T extends object>(obj: T): [keyof T, T[keyof T]][] => (Obj
export const buildManifest = (handlers: Handler[], config: Config): ManifestWithConfig => {
const manifest: ManifestWithConfig = {
id: envGetAppId(),
version: '0.27.2', // x-release-please-version
version: '0.28.0', // x-release-please-version
name: envGetAppName(),
description: 'Provides HTTP URLs from streaming websites.',
resources: [