Skip to content

Commit 91e090e

Browse files
committed
chore(release): 1.12.1
1 parent dbd080f commit 91e090e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [1.12.1](https://github.com/open-mmlab/labelbee/compare/v1.12.0...v1.12.1) (2023-03-23)
6+
7+
8+
### Bug Fixes
9+
10+
* **view-operation:** Update the range of direction judgement ([943c2b0](https://github.com/open-mmlab/labelbee/commit/943c2b0dbb025c983352f12d16793b508b4c15ce))
11+
512
## [1.12.0](https://github.com/open-mmlab/labelbee/compare/v1.11.0...v1.12.0) (2023-03-09)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "labelbee",
33
"private": true,
4-
"version": "1.12.0",
4+
"version": "1.12.1",
55
"scripts": {
66
"start": "lerna run build:type && lerna run --parallel --stream start",
77
"start:quick": "lerna run --parallel --stream start",

0 commit comments

Comments
 (0)