Skip to content

Commit eb8a8d0

Browse files
committed
chore(release): 0.8.1
1 parent 6e830f2 commit eb8a8d0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.1](https://github.com/yulimchen/vue3-h5-template/compare/v0.8.0...v0.8.1) (2026-02-05)
6+
7+
8+
### 🚀 Chore | 构建/工程依赖/工具
9+
10+
* 版本打印 ([9942def](https://github.com/yulimchen/vue3-h5-template/commit/9942def10dd7ff0715de01ecbbb70e049bb6e4a9))
11+
12+
13+
### ♻️ Code Refactoring | 代码重构
14+
15+
* `store` 相关代码优化 ([6e830f2](https://github.com/yulimchen/vue3-h5-template/commit/6e830f2536d30886cda760e4ca6ef3aeff76c9a0))
16+
517
## [0.8.0](https://github.com/yulimchen/vue3-h5-template/compare/v0.7.2...v0.8.0) (2026-02-05)
618

719

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.0",
4+
"version": "0.8.1",
55
"license": "MIT",
66
"homepage": "https://yulimchen.github.io/vue3-h5-template/",
77
"repository": {

0 commit comments

Comments
 (0)