Bump version to 1.14.0, bundle version to 2.12.0

This commit is contained in:
Ingo Oppermann 2024-09-13 15:39:28 +02:00
parent 9e81f203cb
commit ce2e4eb836
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E
2 changed files with 5 additions and 3 deletions

View File

@ -3,10 +3,12 @@
## v1.13.0 > v1.14.0 ## v1.13.0 > v1.14.0
- Add wettercom service - 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 - Mod updates public videojs >v8
- Fix erroneous filter setting - Fix erroneous filter setting
- Fix encoded address - Fix encoded address
- Fix double -filter parameter when encoder sets filter - 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 ## v1.12.0 > v1.13.0

View File

@ -1,7 +1,7 @@
{ {
"name": "restreamer-ui", "name": "restreamer-ui",
"version": "1.13.0", "version": "1.14.0",
"bundle": "restreamer-v2.11.0", "bundle": "restreamer-v2.12.0",
"private": false, "private": false,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
@ -95,4 +95,4 @@
"react-error-overlay": "^6.0.11" "react-error-overlay": "^6.0.11"
}, },
"resolutions": {} "resolutions": {}
} }