diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 978d571..d353515 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.20.1" + ".": "0.21.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d9f1ad4..30a2ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.21.0](https://github.com/webstreamr/webstreamr/compare/v0.20.1...v0.21.0) (2025-05-25) + + +### Miscellaneous Chores + +* **deps:** update dependency @stylistic/eslint-plugin to v4.3.0 ([#75](https://github.com/webstreamr/webstreamr/issues/75)) ([61a17b1](https://github.com/webstreamr/webstreamr/commit/61a17b1d1c00c99ebd993645a8f87f4558b9dfba)) +* **deps:** update dependency @stylistic/eslint-plugin to v4.4.0 ([#77](https://github.com/webstreamr/webstreamr/issues/77)) ([9e9d4b2](https://github.com/webstreamr/webstreamr/commit/9e9d4b20811a2eab6e82a7607cd3f727d179ef2f)) + + +### Features + +* add title to meta, restructure result name ([d4e402e](https://github.com/webstreamr/webstreamr/commit/d4e402e5c958572822bb6d2885c2206bc75ffc52)) +* **extractor:** cache not found results too ([6b5c9a4](https://github.com/webstreamr/webstreamr/commit/6b5c9a4ce70e49eac9668cbd60f4409da8285ac6)) + + +### Code Refactoring + +* introduce type for CountryCode ([f27fc6c](https://github.com/webstreamr/webstreamr/commit/f27fc6c38a4ba013f67824f40ca8aed1e07c5f1e)) +* move bytes, height and countryCode into meta object ([979dddd](https://github.com/webstreamr/webstreamr/commit/979dddd20c00381d6cb34530acc901f095b2f94e)) + + +### Tests + +* update fetch fixtures only when requested ([faa6eb6](https://github.com/webstreamr/webstreamr/commit/faa6eb6ed772cf9ed00cab24aa268137d98ace6c)) + ## [0.20.1](https://github.com/webstreamr/webstreamr/compare/v0.20.0...v0.20.1) (2025-05-23) diff --git a/package-lock.json b/package-lock.json index cb44e05..2ef3a8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webstreamr", - "version": "0.20.1", + "version": "0.21.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "webstreamr", - "version": "0.20.1", + "version": "0.21.0", "license": "MIT", "dependencies": { "@isaacs/ttlcache": "^1.4.1", diff --git a/package.json b/package.json index e5c1544..0cd8525 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webstreamr", "description": "Provides HTTP URLs from streaming websites.", - "version": "0.20.1", + "version": "0.21.0", "type": "commonjs", "scripts": { "analyse": "tsc --noEmit --project ./tsconfig.dev.json", diff --git a/src/utils/manifest.ts b/src/utils/manifest.ts index 323228d..7702d2d 100644 --- a/src/utils/manifest.ts +++ b/src/utils/manifest.ts @@ -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.20.1', // x-release-please-version + version: '0.21.0', // x-release-please-version name: process.env['MANIFEST_NAME'] || 'WebStreamr', description: 'Provides HTTP URLs from streaming websites.', resources: [