We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b1a49 commit 186b8c8Copy full SHA for 186b8c8
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## <small>0.0.2 (2025-07-03)</small>
2
+
3
+* docs: 更新文档 ([e1b1a49](https://github.com/xiaweiss/anby/commit/e1b1a49))
4
5
## <small>0.0.1 (2025-07-03)</small>
6
7
* feat: parseHTML 基于状态机实现的 html 解析器 ([97d077e](https://github.com/xiaweiss/anby/commit/97d077e))
package.json
@@ -1,6 +1,6 @@
{
"name": "anby",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "",
"type": "module",
"miniprogram": "dist",
0 commit comments