chore(release): release v0.15.0 (#46)

This commit is contained in:
webstreamr 2025-05-16 17:12:11 +02:00 committed by GitHub
parent 87ec328a66
commit 4857bc0494
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 18 additions and 5 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.14.1"
".": "0.15.0"
}

View file

@ -1,5 +1,18 @@
# Changelog
## [0.15.0](https://github.com/webstreamr/webstreamr/compare/v0.14.1...v0.15.0) (2025-05-16)
### Features
* **extractor:** try to semi-blindly implement DoodStream support ([8740979](https://github.com/webstreamr/webstreamr/commit/8740979a8097cf7dcbd0bcb1cfdb22463ec4cedb))
### Code Refactoring
* **extractor:** remove embed part from extractor ([87ec328](https://github.com/webstreamr/webstreamr/commit/87ec328a66f5b0cdb5870e5149d687bb788c810a))
* **fetcher:** use origin for the referrer ([938f6cb](https://github.com/webstreamr/webstreamr/commit/938f6cb2c3224b9079e40c11e8cc63252801b9de))
## [0.14.1](https://github.com/webstreamr/webstreamr/compare/v0.14.0...v0.14.1) (2025-05-15)

4
package-lock.json generated
View file

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

View file

@ -5,7 +5,7 @@ import { Config, ManifestWithConfig } from '../types';
export const buildManifest = (handlers: Handler[], config: Config): ManifestWithConfig => {
const manifest: ManifestWithConfig = {
id: process.env['MANIFEST_ID'] || 'webstreamr',
version: '0.14.1', // x-release-please-version
version: '0.15.0', // x-release-please-version
name: process.env['MANIFEST_NAME'] || 'WebStreamr',
description: 'Provides HTTP URLs from streaming websites.',
resources: [