Skip to content

Commit a30fd5c

Browse files
committed
release 1.7.1
1 parent d2d2720 commit a30fd5c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [Unreleased]
4+
### Added
5+
### Changed
6+
### Fixed
7+
### Removed
8+
9+
310
## [1.7.1] - 2021-09-23
411
### Changed
512
- 改进涂白功能填充颜色的精准度,之前取的点的颜色只采样单点,容易受文字附近的噪点干扰,已改为采样区域颜色

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
namespace LabelPlus {
2-
export const VERSION: string = "1.7.0";
2+
export const VERSION: string = "1.7.1";
33
}

0 commit comments

Comments
 (0)