Updated changelog

main
Boris Sekachev 5 years ago
parent fabd5a9134
commit c0d92ed90d

@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Django templates for email and user guide (<https://github.com/openvinotoolkit/cvat/pull/2412>)
- Saving relative paths in dummy chunks instead of absolute(<https://github.com/openvinotoolkit/cvat/pull/2424>)
- UI fails with the error "Cannot read property 'label' of undefined" (<https://github.com/openvinotoolkit/cvat/pull/2442>)
### Security

@ -1,6 +1,6 @@
{
"name": "cvat-ui",
"version": "1.10.0",
"version": "1.10.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,6 +1,6 @@
{
"name": "cvat-ui",
"version": "1.10.0",
"version": "1.10.1",
"description": "CVAT single-page application",
"main": "src/index.tsx",
"scripts": {

Loading…
Cancel
Save