We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72fbb7 commit 4f6fcaaCopy full SHA for 4f6fcaa
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [Unreleased]
4
+### Added
5
+### Changed
6
+### Fixed
7
+### Removed
8
+
9
10
## [1.7.0] - 2021-09-19
11
重写了涂白功能的逻辑,避免各种神奇问题。
12
### Added
src/version.ts
@@ -1,3 +1,3 @@
namespace LabelPlus {
- export const VERSION: string = "1.6.1";
+ export const VERSION: string = "1.7.0";
}
0 commit comments