chore(release): release v0.40.1 (#239)

This commit is contained in:
webstreamr 2025-07-22 10:29:13 +02:00 committed by GitHub
parent 5803148837
commit 337ced8467
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 17 additions and 5 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.40.0"
".": "0.40.1"
}

View file

@ -1,5 +1,17 @@
# Changelog
## [0.40.1](https://github.com/webstreamr/webstreamr/compare/v0.40.0...v0.40.1) (2025-07-22)
### Miscellaneous Chores
* **deps:** update jest monorepo to v30.0.5 ([#238](https://github.com/webstreamr/webstreamr/issues/238)) ([93194e3](https://github.com/webstreamr/webstreamr/commit/93194e37c947032b9da70ce8e6f9b6beb9a85f45))
### Bug Fixes
* **source:** disable Frembed for now since it keeps timing-out ([5803148](https://github.com/webstreamr/webstreamr/commit/580314883769a08d3fa7f6c8f10da90f8cafce5b))
## [0.40.0](https://github.com/webstreamr/webstreamr/compare/v0.39.2...v0.40.0) (2025-07-21)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "webstreamr",
"version": "0.40.0",
"version": "0.40.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "webstreamr",
"version": "0.40.0",
"version": "0.40.1",
"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.40.0",
"version": "0.40.1",
"type": "commonjs",
"scripts": {
"analyse": "tsc --noEmit --project ./tsconfig.dev.json",

View file

@ -10,7 +10,7 @@ const typedEntries = <T extends object>(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.40.0', // x-release-please-version
version: '0.40.1', // 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: [