Skip to content

Commit e34e6e5

Browse files
committed
chore(release): 2.20.0
1 parent a811bab commit e34e6e5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.20.0](https://github.com/microlinkhq/html-get/compare/v2.18.5...v2.20.0) (2025-03-02)
6+
7+
8+
### Features
9+
10+
* add `serializeHtml` ([6018775](https://github.com/microlinkhq/html-get/commit/60187753fcd4b636c152f3e6d3091cc0c59d00fb))
11+
* **html:** better url rewrite ([#213](https://github.com/microlinkhq/html-get/issues/213)) ([e261c9c](https://github.com/microlinkhq/html-get/commit/e261c9cb39972a4cc7791f0b0a7927650f13cb74))
12+
513
## 2.19.0 (2025-02-28)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "html-get",
33
"description": "Get the HTML from any website, fine-tuned for correction & speed",
44
"homepage": "https://nicedoc.com/microlinkhq/html-get",
5-
"version": "2.19.0",
5+
"version": "2.20.0",
66
"main": "src/index.js",
77
"bin": {
88
"html-get": "bin/index.js"

0 commit comments

Comments
 (0)