Updated version & changelog

main
Boris Sekachev 5 years ago
parent 06b6ddbf45
commit d296f91a2c

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added documentation on how to mount cloud starage(AWS S3 bucket, Azure container, Google Drive) as FUSE (<https://github.com/openvinotoolkit/cvat/pull/2377>)
- Added ability to work with share files without copying inside (<https://github.com/openvinotoolkit/cvat/pull/2377>)
- Tooltips in label selectors (<https://github.com/openvinotoolkit/cvat/pull/2509>)
- Page redirect after login using `next` query parameter (<https://github.com/openvinotoolkit/cvat/pull/2527>)
### Changed

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

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

Loading…
Cancel
Save