Skip to content

Commit 83eb49e

Browse files
🔖 chore(release): v1.0.0 [skip ci]
# 1.0.0 (2023-08-22) ### ✅ 测试 * Add snapshot ([8762b3d](8762b3d)) * Add test ([478c118](478c118)) ### ✨ 新特性 * Add manifest ([799a6f7](799a6f7)) * Refactor with new version ([e0994fa](e0994fa)) * 添加 html 转 markdown 解析器 ([e19b20f](e19b20f)) ### 🎫 杂项 * Clean types ([5c2fc0a](5c2fc0a)) * 升级基础设施 ([e1909e6](e1909e6)) * 升级基础设施 ([3ca4903](3ca4903)) * 更新脚本 ([eb6576b](eb6576b)) ### 🐛 修复 * Fix edge error ([c3c798d](c3c798d)) * Fix plugin error ([08cecdf](08cecdf)) * Fix plugin error ([3ca1b29](3ca1b29)) * Fix server url ([33b1055](33b1055)) ### 📝 文档 * Update README.md ([41d712b](41d712b)) * Update README.md [skip ci] ([a02eb8e](a02eb8e)) ### 🔧 持续集成 * 升级 ci ([1ddd88c](1ddd88c))
1 parent 41d712b commit 83eb49e

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Changelog
22

3+
# 1.0.0 (2023-08-22)
4+
5+
### ✅ 测试
6+
7+
- Add snapshot ([8762b3d](https://github.com/lobehub/chat-plugin-web-crawler/commit/8762b3d))
8+
- Add test ([478c118](https://github.com/lobehub/chat-plugin-web-crawler/commit/478c118))
9+
10+
### ✨ 新特性
11+
12+
- Add manifest ([799a6f7](https://github.com/lobehub/chat-plugin-web-crawler/commit/799a6f7))
13+
- Refactor with new version ([e0994fa](https://github.com/lobehub/chat-plugin-web-crawler/commit/e0994fa))
14+
- 添加 html 转 markdown 解析器 ([e19b20f](https://github.com/lobehub/chat-plugin-web-crawler/commit/e19b20f))
15+
16+
### 🎫 杂项
17+
18+
- Clean types ([5c2fc0a](https://github.com/lobehub/chat-plugin-web-crawler/commit/5c2fc0a))
19+
- 升级基础设施 ([e1909e6](https://github.com/lobehub/chat-plugin-web-crawler/commit/e1909e6))
20+
- 升级基础设施 ([3ca4903](https://github.com/lobehub/chat-plugin-web-crawler/commit/3ca4903))
21+
- 更新脚本 ([eb6576b](https://github.com/lobehub/chat-plugin-web-crawler/commit/eb6576b))
22+
23+
### 🐛 修复
24+
25+
- Fix edge error ([c3c798d](https://github.com/lobehub/chat-plugin-web-crawler/commit/c3c798d))
26+
- Fix plugin error ([08cecdf](https://github.com/lobehub/chat-plugin-web-crawler/commit/08cecdf))
27+
- Fix plugin error ([3ca1b29](https://github.com/lobehub/chat-plugin-web-crawler/commit/3ca1b29))
28+
- Fix server url ([33b1055](https://github.com/lobehub/chat-plugin-web-crawler/commit/33b1055))
29+
30+
### 📝 文档
31+
32+
- Update README.md ([41d712b](https://github.com/lobehub/chat-plugin-web-crawler/commit/41d712b))
33+
- Update README.md [skip ci] ([a02eb8e](https://github.com/lobehub/chat-plugin-web-crawler/commit/a02eb8e))
34+
35+
### 🔧 持续集成
36+
37+
- 升级 ci ([1ddd88c](https://github.com/lobehub/chat-plugin-web-crawler/commit/1ddd88c))
38+
339
## [1.0.1](https://github.com/arvinxx/vercel-serverless-api-template/compare/v1.0.0...v1.0.1) (2023-01-08)
440

541
### 🎫 杂项

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lobehub/chat-plugin-web-crawler",
3-
"version": "1.0.1",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "Lobe Chat 网页抓取服务",
66
"repository": "https://github.com/lobehub/chat-plugin-web-crawler.git",

0 commit comments

Comments
 (0)