chore(release): release v0.53.6 (#398)
This commit is contained in:
parent
5ac359f1eb
commit
26120d1662
5 changed files with 16 additions and 5 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.53.5"
|
||||
".": "0.53.6"
|
||||
}
|
||||
|
|
|
|||
11
CHANGELOG.md
11
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)
|
||||
|
||||
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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.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: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue