Skip to content

Commit f352bd3

Browse files
committed
chore(release): 0.8.2
1 parent 4e04f01 commit f352bd3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.8.2](https://github.com/yulimchen/vue3-h5-template/compare/v0.8.1...v0.8.2) (2026-02-05)
6+
7+
8+
### ⚡ Performance Improvements | 性能优化
9+
10+
* `cached-view` 增加 `Set` 提升查找性能 ([ba751b6](https://github.com/yulimchen/vue3-h5-template/commit/ba751b69ca26641e4923c575eeb734db05e62248))
11+
12+
13+
### 🚀 Chore | 构建/工程依赖/工具
14+
15+
* 类型调整 ([1135ebd](https://github.com/yulimchen/vue3-h5-template/commit/1135ebd828488ef3cf18deab1d90d296f77db598))
16+
* 添加 `@types/mockjs` ([9d4b2a9](https://github.com/yulimchen/vue3-h5-template/commit/9d4b2a9e94f26f32d14f227bb21d5ef3d2053bc1))
17+
18+
19+
### ✨ Features | 新功能
20+
21+
* 增加 404 页面 ([4e04f01](https://github.com/yulimchen/vue3-h5-template/commit/4e04f018ba9d64323c7ed5595364f405126c9cac))
22+
523
### [0.8.1](https://github.com/yulimchen/vue3-h5-template/compare/v0.8.0...v0.8.1) (2026-02-05)
624

725

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue3-h5-template",
33
"type": "module",
4-
"version": "0.8.1",
4+
"version": "0.8.2",
55
"license": "MIT",
66
"homepage": "https://yulimchen.github.io/vue3-h5-template/",
77
"repository": {

0 commit comments

Comments
 (0)