Skip to content

Commit 903bd26

Browse files
author
xuqingkai
committed
chore(release): 0.1.6
1 parent 40ee469 commit 903bd26

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# 更新日志
22

33

4+
### [0.1.6](https://github.com/Moonofweisheng/uni-mini-router/compare/v0.1.5...v0.1.6) (2023-12-21)
5+
6+
7+
### ✏️ Documentation | 文档
8+
9+
* ✏️ 文档增加Algolia搜索 ([840a2aa](https://github.com/Moonofweisheng/uni-mini-router/commit/840a2aa6482d0064f344de9667e9907497611f20))
10+
* ✏️ 增加链接uni-mini-router的起手项目 ([e83b7fe](https://github.com/Moonofweisheng/uni-mini-router/commit/e83b7fec436f2491f58b0372b5cb56c7371d6589))
11+
12+
13+
### 🐛 Bug Fixes | Bug 修复
14+
15+
* 🐛 修复编译到快手小程序getRouteByPath因为路径匹配错误异常的情况 ([40ee469](https://github.com/Moonofweisheng/uni-mini-router/commit/40ee469311174b85adec3c850a2246a8cbd4c660)), closes [#8](https://github.com/Moonofweisheng/uni-mini-router/issues/8)
16+
417
### [0.1.5](https://gitee.com/fant-mini/uni-mini-router/compare/v0.1.4...v0.1.5) (2023-10-23)
518

619

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uni-mini-router",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)