Skip to content

Commit dd7dca7

Browse files
committed
release 1.6.1
1 parent ad85bcd commit dd7dca7

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.6.1] - 2021-09-17
411
### Fixed
512
- 修复涂白功能在高DPI图片下可能将对话框的边缘覆盖的问题

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.6.0";
2+
export const VERSION: string = "1.6.1";
33
}

0 commit comments

Comments
 (0)