Skip to content

Commit e0963fb

Browse files
committed
feat: next version
1 parent 428ab57 commit e0963fb

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [v8.2.0](https://github.com/coder-hxl/x-crawl/compare/v8.1.1...v8.2.0) (2023-09-07)
2+
3+
### 🚀 Features
4+
5+
- Added crawlHTML API for crawling static HTML pages.
6+
7+
---
8+
9+
### 🚀 特征
10+
11+
- 新增 crawlHTML API ,用于爬取静态 HTML 页面。
12+
113
# [v8.1.1](https://github.com/coder-hxl/x-crawl/compare/v8.1.0...v8.1.1) (2023-09-01)
214

315
### 🐞 Bug fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "x-crawl",
4-
"version": "8.1.1",
4+
"version": "8.2.0",
55
"author": "coderHXL",
66
"description": "x-crawl is a flexible Node.js multifunctional crawler library.",
77
"license": "MIT",
@@ -22,7 +22,7 @@
2222
"build-dts": "tsc && prettier --write ./publish/src",
2323
"build-strict": "pnpm test-dev && pnpm build && pnpm test-pro",
2424
"start": "rollup --config script/start.mjs",
25-
"start-server": "rollup --config script/server.mjs",
25+
"start-server": "rollup --watch --config script/server.mjs",
2626
"test-dev": "jest test/environment/test.ts dev",
2727
"test-pro": "jest test/environment/test.ts pro",
2828
"test-crawlPage": "jest test/environment/api/crawlPage.test.ts dev",

publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "x-crawl",
3-
"version": "8.1.1",
3+
"version": "8.2.0",
44
"author": "coderHXL",
55
"description": "x-crawl is a flexible Node.js multifunctional crawler library.",
66
"license": "MIT",

0 commit comments

Comments
 (0)