chore(release): release v0.47.1 #330
5 changed files with 17 additions and 5 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.47.0"
|
||||
".": "0.47.1"
|
||||
}
|
||||
|
|
|
|||
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,5 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
## [0.47.1](https://github.com/webstreamr/webstreamr/compare/v0.47.0...v0.47.1) (2025-09-08)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* add Norwegian, sort language list ([6577eda](https://github.com/webstreamr/webstreamr/commit/6577eda289770995b835de17fad3cbfd702af6e8))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **source:** handle missing 4KHDHub episodes more gracefully ([c2983f0](https://github.com/webstreamr/webstreamr/commit/c2983f0551faff525217fbd45f9791a86205cb43))
|
||||
|
||||
## [0.47.0](https://github.com/webstreamr/webstreamr/compare/v0.46.5...v0.47.0) (2025-09-08)
|
||||
|
||||
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "webstreamr",
|
||||
"version": "0.47.0",
|
||||
"version": "0.47.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "webstreamr",
|
||||
"version": "0.47.0",
|
||||
"version": "0.47.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@keyv/sqlite": "^4.0.5",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "webstreamr",
|
||||
"description": "Provides HTTP URLs from streaming websites.",
|
||||
"version": "0.47.0",
|
||||
"version": "0.47.1",
|
||||
"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.47.0', // x-release-please-version
|
||||
version: '0.47.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: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue