Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerwin-L committed May 24, 2022
1 parent 63de7d1 commit bac54ce
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.2.0](https://github.com/open-mmlab/labelbee-client/compare/v0.1.2...v0.2.0) (2022-05-24)


### Features

* Add Path in annotation ([85480f2](https://github.com/open-mmlab/labelbee-client/commit/85480f2397f5c4bb1ea2258d8c3e18c00254d536))
* Change the value of "file_name" from path to file name in the coco result ([c15b6a5](https://github.com/open-mmlab/labelbee-client/commit/c15b6a5591c80bb89ac7cb640311b91c203ef1bc))
* Check whether there are pictures in the path ([23956e5](https://github.com/open-mmlab/labelbee-client/commit/23956e5b12dc4cd75d49bdfa0472465271b89080))
* Path allows and name editing ([731b5ca](https://github.com/open-mmlab/labelbee-client/commit/731b5caf7d7110ce3e6b30655e87c61e263ddd0a))
* Save page and step to local ([25219da](https://github.com/open-mmlab/labelbee-client/commit/25219daff2dfd250f96e564a11cc83612ad314d0))
* Supplementary submenu ([531ed42](https://github.com/open-mmlab/labelbee-client/commit/531ed420a76e0e64f3b1fe66c7f5207e694181be))


### Bug Fixes

* The params named projectList is getted error. ([63de7d1](https://github.com/open-mmlab/labelbee-client/commit/63de7d1f40f547a1262e0d7e7d398ba5789a5fd9))
* TrainIDs is not the same with the same config in different project ([369ffc7](https://github.com/open-mmlab/labelbee-client/commit/369ffc7809c652585ab086d8101767400069fd0b))
* Update project error tips ([ffc4793](https://github.com/open-mmlab/labelbee-client/commit/ffc47936a6c9cea9c31423a5f7decf3bf19563c5))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "labelbee-client",
"version": "0.1.2",
"version": "0.2.0",
"private": true,
"homepage": "./",
"author": "laoluo <[email protected]>",
Expand Down Expand Up @@ -256,4 +256,4 @@
},
"publish": null
}
}
}

0 comments on commit bac54ce

Please sign in to comment.