From ce2e4eb836b9e9ed0005a4aa13e33c30bc31b862 Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Fri, 13 Sep 2024 15:39:28 +0200 Subject: [PATCH] Bump version to 1.14.0, bundle version to 2.12.0 --- CHANGELOG.md | 2 ++ package.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5835f8..9063096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,12 @@ ## v1.13.0 > v1.14.0 - Add wettercom service +- Add option to select which channels will be displayed on the playersite ([#392](https://github.com/datarhei/restreamer/issues/392), [#800](https://github.com/datarhei/restreamer/issues/800)) - Mod updates public videojs >v8 - Fix erroneous filter setting - Fix encoded address - Fix double -filter parameter when encoder sets filter +- Fix Docker build ([#64](https://github.com/datarhei/restreamer-ui/issues/64)) ## v1.12.0 > v1.13.0 diff --git a/package.json b/package.json index 936be3f..7bc9289 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "restreamer-ui", - "version": "1.13.0", - "bundle": "restreamer-v2.11.0", + "version": "1.14.0", + "bundle": "restreamer-v2.12.0", "private": false, "license": "Apache-2.0", "dependencies": { @@ -95,4 +95,4 @@ "react-error-overlay": "^6.0.11" }, "resolutions": {} -} +} \ No newline at end of file