Skip to content

Commit 8e3cedb

Browse files
committed
chore(release): 0.8.5
1 parent fc0e34b commit 8e3cedb

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.5](https://github.com/yulimchen/vue3-h5-template/compare/v0.8.4...v0.8.5) (2026-03-04)
6+
7+
8+
### ✨ Features | 新功能
9+
10+
* **tools:** 调整 `mock` 数据 ([e5b87a0](https://github.com/yulimchen/vue3-h5-template/commit/e5b87a0506d5dfe6cd4992e2117a472f5e99e7c8))
11+
12+
13+
### 🚀 Chore | 构建/工程依赖/工具
14+
15+
* 移除跳转路由 `NProgress` 动画 ([52d5406](https://github.com/yulimchen/vue3-h5-template/commit/52d5406a3d54b03e56ce7221680c8ad5265c7d90))
16+
17+
18+
### ♻️ Code Refactoring | 代码重构
19+
20+
* 基于 `vueuse` 封装 `setPageTitle` ([fc0e34b](https://github.com/yulimchen/vue3-h5-template/commit/fc0e34b626d980c6e966692ad85a747364294a32))
21+
* **http:** 重构 `axios` 封装为函数式风格 ([f2293a6](https://github.com/yulimchen/vue3-h5-template/commit/f2293a6ec2c8ff6c7b2888015e1345a1dadaef7b))
22+
523
### [0.8.4](https://github.com/yulimchen/vue3-h5-template/compare/v0.8.3...v0.8.4) (2026-02-12)
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.4",
4+
"version": "0.8.5",
55
"license": "MIT",
66
"homepage": "https://yulimchen.github.io/vue3-h5-template/",
77
"repository": {

0 commit comments

Comments
 (0)