Skip to content

Commit 4f6fcaa

Browse files
committed
release 1.7.0
1 parent d72fbb7 commit 4f6fcaa

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.0] - 2021-09-19
411
重写了涂白功能的逻辑,避免各种神奇问题。
512
### Added

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

0 commit comments

Comments
 (0)