chore(release): release v0.10.1

This commit is contained in:
webstreamr 2025-05-12 17:31:22 +02:00
parent 4da2567ab2
commit 153384cb57
5 changed files with 12 additions and 5 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.10.0"
".": "0.10.1"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [0.10.1](https://github.com/webstreamr/webstreamr/compare/v0.10.0...v0.10.1) (2025-05-12)
### Bug Fixes
* remove cache-control headers ([4da2567](https://github.com/webstreamr/webstreamr/commit/4da2567ab21ff16ebc068326e07e5190d6a66a2b))
## [0.10.0](https://github.com/webstreamr/webstreamr/compare/v0.9.0...v0.10.0) (2025-05-12)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "webstreamr",
"version": "0.10.0",
"version": "0.10.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "webstreamr",
"version": "0.10.0",
"version": "0.10.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.10.0",
"version": "0.10.1",
"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.10.0', // x-release-please-version
version: '0.10.1', // x-release-please-version
name: process.env['MANIFEST_NAME'] || 'WebStreamr',
description: 'Provides HTTP URLs from streaming websites.',
resources: [