Updated version & changelog

main
Boris Sekachev 5 years ago
parent 4bf798b891
commit b89ea5841f

@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- TypeError: Cannot read property 'toString' of undefined (<https://github.com/openvinotoolkit/cvat/pull/2517>)
- Extra shapes are drawn after Esc, or G pressed while drawing a region in grouping (<https://github.com/openvinotoolkit/cvat/pull/2507>)
- Reset state (reviews, issues) after logout or changing a job (<https://github.com/openvinotoolkit/cvat/pull/2525>)
- TypeError: Cannot read property 'id' of undefined when updating a task (<https://github.com/openvinotoolkit/cvat/pull/2544>)
### Security

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

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

Loading…
Cancel
Save