Update changelog, bump version number

This commit is contained in:
Ingo Oppermann 2022-08-22 11:00:40 +03:00
parent 59cc4c67e8
commit 629d8feed5
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E
2 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,15 @@
# Restreamer-UI
### v1.2.0 > v1.3.0
- Fix viewer count (datarhei/restreamer#394)
- Fix user registration if username and/or password are set via environment (datarhei/restreamer-ui#13)
- Fix Dockerfile, Reduce size, serve production build (datarhei/restreamer-ui#12)
Dependency:
- datarhei Core v16.10.0+
#### v1.1.0 > v1.2.0
- Add allow writing HLS to disk

View File

@ -1,6 +1,6 @@
{
"name": "restreamer-ui",
"version": "1.2.0",
"version": "1.3.0",
"bundle": "restreamer-v2.2.0",
"private": false,
"license": "Apache-2.0",
@ -92,4 +92,4 @@
"url-parse@1.5.3": "patch:url-parse@npm:1.5.3#.yarn/patches/url-parse-npm-1.5.3-225ab9cae7.patch",
"react-error-overlay": "6.0.9"
}
}
}