Skip to content

Commit

Permalink
chore(1.0.0-alpha.10): update version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bailicangdu committed Oct 11, 2022
1 parent a61189c commit 6ca0eb0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/1.x/zh-cn/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@

---

### 1.0.0-alpha.10

`2022-10-11`

- **Bug Fix**

- 🐞 修复了innerHTML创建的元素无法被拦截的问题。
- 🐞 修复了循环嵌套下,根元素的parentNode被多次重写导致parentNode指向错误的问题。

- **Update**
- 🚀 优化了相关案例。


### 1.0.0-alpha.9

`2022-09-09`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@micro-zoe/micro-app",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"description": "A lightweight, efficient and powerful micro front-end framework",
"private": false,
"main": "lib/index.min.js",
Expand Down

0 comments on commit 6ca0eb0

Please sign in to comment.