Skip to content

Commit 8950e1b

Browse files
committed
feat: version update
1 parent 62aa358 commit 8950e1b

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,30 @@
1+
# [v8.0.0](https://github.com/coder-hxl/x-crawl/compare/v7.1.3...v8.0.0) (2023-08-22)
2+
3+
### 🚨 Breaking Changes
4+
5+
- update dependencies
6+
7+
- puppeteer from 19.10.0 to 21.1.0.
8+
- https-proxy-agent upgraded from 5.0.1 to 7.0.1.
9+
10+
- XCrawlConfig.crawlPage's launchBrowser option renamed to puppeteerLaunch .
11+
12+
---
13+
14+
### 🚨 重大改变
15+
16+
- 更新依赖
17+
18+
- puppeteer 从 19.10.0 升至 21.1.0 。
19+
- https-proxy-agent 从 5.0.1 升至 7.0.1 。
20+
21+
- XCrawlConfig.crawlPage 的 launchBrowser 选项更名为 puppeteerLaunch 。
22+
123
# [v7.1.3](https://github.com/coder-hxl/x-crawl/compare/v7.1.2...v7.1.3) (2023-07-02)
224

325
### 🐞 Bug fixes
426

5-
- The crawlData API writes the correct data to the request body and processes the response body..
27+
- The crawlData API writes the correct data to the request body and processes the response body.
628

729
---
830

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "x-crawl",
4-
"version": "7.1.3",
4+
"version": "8.0.0",
55
"author": "coderHXL",
66
"description": "x-crawl is a flexible Node.js multifunctional crawler library.",
77
"license": "MIT",

publish/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "x-crawl",
3-
"version": "7.1.3",
3+
"version": "8.0.0",
44
"author": "coderHXL",
55
"description": "x-crawl is a flexible Node.js multifunctional crawler library.",
66
"license": "MIT",
@@ -31,8 +31,8 @@
3131
},
3232
"dependencies": {
3333
"chalk": "4.1.2",
34-
"https-proxy-agent": "^7.0.0",
35-
"puppeteer": "19.10.0"
34+
"https-proxy-agent": "^7.0.1",
35+
"puppeteer": "21.1.0"
3636
},
3737
"devDependencies": {}
3838
}

0 commit comments

Comments
 (0)