File tree 2 files changed +30
-2
lines changed
2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v1.17.2
5
+
6
+ [ compare changes] ( https://github.com/dishait/tov-template/compare/v1.17.1...v1.17.2 )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - 添加 vscode debug 配置,close #47 ([ #47 ] ( https://github.com/dishait/tov-template/issues/47 ) )
11
+ - Devcontainer 容器开发支持 ([ 5a94e4f] ( https://github.com/dishait/tov-template/commit/5a94e4f ) )
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - 修复 lint: fix 命令 ([ 2354815] ( https://github.com/dishait/tov-template/commit/2354815 ) )
16
+ - 更好的 css 兼容 ([ 910d648] ( https://github.com/dishait/tov-template/commit/910d648 ) )
17
+
18
+ ### 📦 Build
19
+
20
+ - 限制包管理器为 pnpm ([ 10c03f8] ( https://github.com/dishait/tov-template/commit/10c03f8 ) )
21
+
22
+ ### 🏡 Chore
23
+
24
+ - Update deps ([ 49bf8c2] ( https://github.com/dishait/tov-template/commit/49bf8c2 ) )
25
+ - 更新依赖 ([ 7c1dd04] ( https://github.com/dishait/tov-template/commit/7c1dd04 ) )
26
+ - 兼容更多不支持 esmModule 的浏览器 ([ 8ab5f9f] ( https://github.com/dishait/tov-template/commit/8ab5f9f ) )
27
+
28
+ ### ❤️ Contributors
29
+
30
+ - Markthree ([ @markthree ] ( http://github.com/markthree ) )
31
+
4
32
## v1.17.1
5
33
6
34
[ compare changes] ( https://github.com/dishait/tov-template/compare/v1.17.0...v1.17.1 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tov-template" ,
3
- "version" : " 1.17.1 " ,
3
+ "version" : " 1.17.2 " ,
4
4
"description" : " vite + vue3 + ts 开箱即用现代开发模板" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
102
102
"repository" : {
103
103
"url" : " https://github.com/dishait/tov-template"
104
104
}
105
- }
105
+ }
You can’t perform that action at this time.
0 commit comments