diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f82216d..903ff7f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.53.5" + ".": "0.53.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7549ba5..efe68cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.53.6](https://github.com/webstreamr/webstreamr/compare/v0.53.5...v0.53.6) (2025-10-02) + + +### Miscellaneous Chores + +* **deps:** update dependency cacheable to v2.0.3 ([#400](https://github.com/webstreamr/webstreamr/issues/400)) ([390adea](https://github.com/webstreamr/webstreamr/commit/390adea9d4ed879bfdafdc61022249ccafcf8c60)) +* **deps:** update dependency typescript to v5.9.3 ([#396](https://github.com/webstreamr/webstreamr/issues/396)) ([04069d8](https://github.com/webstreamr/webstreamr/commit/04069d83ea67a9f398ec1b50841ba462b07ed0d1)) +* **deps:** update dependency winston to v3.18.3 ([#397](https://github.com/webstreamr/webstreamr/issues/397)) ([7e4657c](https://github.com/webstreamr/webstreamr/commit/7e4657c6adff9d4408de4c14604a636edb7f7c14)) +* **extractor:** configure new VidSrc TLDs ([34b7fdd](https://github.com/webstreamr/webstreamr/commit/34b7fddfc733aed27626577f5edccef72fa9e934)) +* **fetcher:** retry unexpected exceptions ([5ac359f](https://github.com/webstreamr/webstreamr/commit/5ac359f1ebbfa9489fa8e42720a9dda1e8fcd4a7)) + ## [0.53.5](https://github.com/webstreamr/webstreamr/compare/v0.53.4...v0.53.5) (2025-09-30) diff --git a/package-lock.json b/package-lock.json index ea46679..b24af03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webstreamr", - "version": "0.53.5", + "version": "0.53.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "webstreamr", - "version": "0.53.5", + "version": "0.53.6", "license": "MIT", "dependencies": { "@keyv/sqlite": "^4.0.5", diff --git a/package.json b/package.json index a97fbef..b4496ad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webstreamr", "description": "Provides HTTP URLs from streaming websites.", - "version": "0.53.5", + "version": "0.53.6", "type": "commonjs", "scripts": { "analyse": "tsc --noEmit --project ./tsconfig.dev.json", diff --git a/src/utils/manifest.ts b/src/utils/manifest.ts index b19ace7..c845185 100644 --- a/src/utils/manifest.ts +++ b/src/utils/manifest.ts @@ -10,7 +10,7 @@ const typedEntries = (obj: T): [keyof T, T[keyof T]][] => (Obj export const buildManifest = (sources: Source[], extractors: Extractor[], config: Config): CustomManifest => { const manifest: CustomManifest = { id: envGetAppId(), - version: '0.53.5', // x-release-please-version + version: '0.53.6', // x-release-please-version name: envGetAppName(), description: 'Provides HTTP URLs from streaming websites. Configure add-on for additional languages. Add MediaFlow proxy for more URLs.', resources: [