Skip to content

Commit 19c2c24

Browse files
committed
feat: update version
1 parent daf1555 commit 19c2c24

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [v8.3.1](https://github.com/coder-hxl/x-crawl/compare/v8.3.0..v8.3.1) (2023-12-26)
2+
3+
### 🚀 Features
4+
5+
- The document adds a solution to the problem of program crash caused by using crawlPage API.
6+
- puppeteer upgraded from 21.1.0 to 21.6.1.
7+
8+
---
9+
10+
### 🚀 特征
11+
12+
- 文档新增 使用 crawlPage API 造成程序崩溃 的解决方案。
13+
- puppeteer 从 21.1.0 升至 21.6.1 。
14+
115
# [v8.3.0](https://github.com/coder-hxl/x-crawl/compare/v8.2.0..v8.3.0) (2023-11-09)
216

317
### 🚀 Features

Diff for: package.json

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

Diff for: publish/package.json

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

0 commit comments

Comments
 (0)