Skip to content

Commit eda8167

Browse files
committed
chore(release): v1.17.2
1 parent 910d648 commit eda8167

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

CHANGELOG.md

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

33

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+
432
## v1.17.1
533

634
[compare changes](https://github.com/dishait/tov-template/compare/v1.17.0...v1.17.1)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tov-template",
3-
"version": "1.17.1",
3+
"version": "1.17.2",
44
"description": "vite + vue3 + ts 开箱即用现代开发模板",
55
"type": "module",
66
"scripts": {
@@ -102,4 +102,4 @@
102102
"repository": {
103103
"url": "https://github.com/dishait/tov-template"
104104
}
105-
}
105+
}

0 commit comments

Comments
 (0)