Skip to content

Commit da00cf7

Browse files
committed
chore: release rc16
1 parent 358199c commit da00cf7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/zh-cn/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
- 修订版本号:每周末会进行日常 bugfix 更新。(如果有紧急的 bugfix,则任何时候都可发布)
88

99
---
10+
### 1.0.0-rc.16
11+
12+
`2024-12-09`
13+
- **Bug Fix**
14+
- 🐞 修复 子应用 使用 blob string url 创建 WebWorker 时报错,[issue 1444](https://github.com/micro-zoe/micro-app/issues/1444)
15+
- **Feature**
16+
- 支持 unocss。
17+
1018
### 1.0.0-rc.15
1119

1220
`2024-11-22`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@micro-zoe/micro-app",
3-
"version": "1.0.0-rc.15",
3+
"version": "1.0.0-rc.16",
44
"description": "A lightweight, efficient and powerful micro front-end framework",
55
"private": false,
66
"main": "lib/index.min.js",

0 commit comments

Comments
 (0)