Skip to content

Commit fca771c

Browse files
committed
chore(release): v1.16.0
1 parent d5b0663 commit fca771c

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# Changelog
22

33

4+
## v1.16.0
5+
6+
[compare changes](https://github.com/dishait/tov-template/compare/v1.15.11...v1.16.0)
7+
8+
9+
### 🔥 Performance
10+
11+
- 移除暗黑 switch 的 polyfill ([eb9dc17](https://github.com/dishait/tov-template/commit/eb9dc17))
12+
13+
### 🩹 Fixes
14+
15+
- 修复暗黑模式样式 ([266a011](https://github.com/dishait/tov-template/commit/266a011))
16+
- 更精确的 release ([d5b0663](https://github.com/dishait/tov-template/commit/d5b0663))
17+
18+
### 🏡 Chore
19+
20+
- Vscode 配置文件合并 ([9c9252d](https://github.com/dishait/tov-template/commit/9c9252d))
21+
22+
### ❤️ Contributors
23+
24+
- Markthree <[email protected]>
25+
426
## v1.15.11
527

628
[compare changes](https://github.com/dishait/tov-template/compare/v1.15.10...v1.15.11)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tov-template",
3-
"version": "1.15.11",
3+
"version": "1.16.0",
44
"description": "vite + vue3 + ts 开箱即用现代开发模板",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)