1
0
mirror of https://github.com/openvinotoolkit/cvat.git synced 2022-03-09 18:58:10 +03:00

update changelog

This commit is contained in:
klakhov
2022-03-05 10:13:01 +03:00
parent 91d882e83d
commit ac2431589c
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- TDB
### Fixed
- TDB
- Bug: Incorrect point deletion with keyboard shortcut (<https://github.com/openvinotoolkit/cvat/pull/4420>)
### Security
- TDB

View File

@@ -1,12 +1,12 @@
{
"name": "cvat-canvas",
"version": "2.13.1",
"version": "2.13.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cvat-canvas",
"version": "2.13.1",
"version": "2.13.2",
"license": "MIT",
"dependencies": {
"@types/polylabel": "^1.0.5",

View File

@@ -1,6 +1,6 @@
{
"name": "cvat-canvas",
"version": "2.13.1",
"version": "2.13.2",
"description": "Part of Computer Vision Annotation Tool which presents its canvas library",
"main": "src/canvas.ts",
"scripts": {