From b7fad0d3248304f4332eed07c260bd6caff64ca7 Mon Sep 17 00:00:00 2001 From: webstreamr <210764791+webstreamr@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:38:44 +0200 Subject: [PATCH] chore(release): release v0.30.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/utils/manifest.ts | 2 +- 5 files changed, 26 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5da2782..716d004 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.29.3" + ".": "0.30.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6484a8c..ca1b8e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.30.0](https://github.com/webstreamr/webstreamr/compare/v0.29.3...v0.30.0) (2025-06-23) + + +### Miscellaneous Chores + +* **deps:** update dependency @stylistic/eslint-plugin to v5 ([#160](https://github.com/webstreamr/webstreamr/issues/160)) ([74e9653](https://github.com/webstreamr/webstreamr/commit/74e965399ab0da69bce91d72cf456675f54d1e9c)) +* **deps:** update dependency @types/node to v22.15.32 ([#159](https://github.com/webstreamr/webstreamr/issues/159)) ([fca2841](https://github.com/webstreamr/webstreamr/commit/fca2841ce01b3e5b34adaf2ccf4c82137ec777cd)) +* **extractor:** add MediaFlow Proxy info to Mixdrop label ([d641fa1](https://github.com/webstreamr/webstreamr/commit/d641fa1c2d19c444d21bbd17162c632daef2026e)) + + +### Features + +* **extractor:** implement Mixdrop via MediaFlow Proxy ([7c60042](https://github.com/webstreamr/webstreamr/commit/7c600427e6161253bbb3d3d144bd8fca23b6cd1d)) +* **extractor:** implement Uqload via MediaFlow Proxy ([ab588a1](https://github.com/webstreamr/webstreamr/commit/ab588a1501658f2c3f93fc93aaa358bc2644ba01)) +* **fetcher:** add proxy support ([f90a53d](https://github.com/webstreamr/webstreamr/commit/f90a53da680f73c08216ebbe01cc5c2aa635d17f)) + + +### Bug Fixes + +* **extractor:** introduce format and set notWebReady accordingly ([fd1145c](https://github.com/webstreamr/webstreamr/commit/fd1145c16223883fb23c9172b7ae3404552e4d33)) + ## [0.29.3](https://github.com/webstreamr/webstreamr/compare/v0.29.2...v0.29.3) (2025-06-19) diff --git a/package-lock.json b/package-lock.json index 0689e1b..aeb5d8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webstreamr", - "version": "0.29.3", + "version": "0.30.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "webstreamr", - "version": "0.29.3", + "version": "0.30.0", "license": "MIT", "dependencies": { "@isaacs/ttlcache": "^1.4.1", diff --git a/package.json b/package.json index 35d39a6..89f32ed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webstreamr", "description": "Provides HTTP URLs from streaming websites.", - "version": "0.29.3", + "version": "0.30.0", "type": "commonjs", "scripts": { "analyse": "tsc --noEmit --project ./tsconfig.dev.json", diff --git a/src/utils/manifest.ts b/src/utils/manifest.ts index a1ed323..74f6303 100644 --- a/src/utils/manifest.ts +++ b/src/utils/manifest.ts @@ -8,7 +8,7 @@ const typedEntries = (obj: T): [keyof T, T[keyof T]][] => (Obj export const buildManifest = (sources: Source[], config: Config): ManifestWithConfig => { const manifest: ManifestWithConfig = { id: envGetAppId(), - version: '0.29.3', // x-release-please-version + version: '0.30.0', // x-release-please-version name: envGetAppName(), description: 'Provides HTTP URLs from streaming websites.', resources: [