Skip to content

Commit b7e00b7

Browse files
committed
chore(release): v5.46.3
1 parent 8b8b9d0 commit b7e00b7

File tree

6 files changed

+25
-3
lines changed

6 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.46.3](https://github.com/microlinkhq/metascraper/compare/v5.46.2...v5.46.3) (2025-01-19)
7+
8+
### Bug Fixes
9+
10+
* **metrascraper:** add pkgName type ([8b8b9d0](https://github.com/microlinkhq/metascraper/commit/8b8b9d06c8c053a844e764ed6ab5c90ab49da0ee))
11+
12+
### Performance Improvements
13+
14+
* **readability:** add document-write benchmark ([18fdbdd](https://github.com/microlinkhq/metascraper/commit/18fdbddfbd0757ef6c8018b3764e9328c5512dab))
15+
616
## [5.46.2](https://github.com/microlinkhq/metascraper/compare/v5.46.1...v5.46.2) (2025-01-16)
717

818
**Note:** Version bump only for package metascraper

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "5.46.2",
5+
"version": "5.46.3",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/metascraper-readability/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.46.3](https://github.com/microlinkhq/metascraper/compare/v5.46.2...v5.46.3) (2025-01-19)
7+
8+
### Performance Improvements
9+
10+
* **readability:** add document-write benchmark ([18fdbdd](https://github.com/microlinkhq/metascraper/commit/18fdbddfbd0757ef6c8018b3764e9328c5512dab))
11+
612
## [5.46.2](https://github.com/microlinkhq/metascraper/compare/v5.46.1...v5.46.2) (2025-01-16)
713

814
**Note:** Version bump only for package metascraper-readability

packages/metascraper-readability/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "metascraper-readability",
33
"description": "A Readability connector for metascraper",
44
"homepage": "https://github.com/microlinkhq/metascraper/packages/metascraper-readability",
5-
"version": "5.46.2",
5+
"version": "5.46.3",
66
"types": "src/index.d.ts",
77
"main": "src/index.js",
88
"author": {

packages/metascraper/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.46.3](https://github.com/microlinkhq/metascraper/compare/v5.46.2...v5.46.3) (2025-01-19)
7+
8+
### Bug Fixes
9+
10+
* **metrascraper:** add pkgName type ([8b8b9d0](https://github.com/microlinkhq/metascraper/commit/8b8b9d06c8c053a844e764ed6ab5c90ab49da0ee))
11+
612
## [5.46.1](https://github.com/microlinkhq/metascraper/compare/v5.46.0...v5.46.1) (2025-01-13)
713

814
**Note:** Version bump only for package metascraper

packages/metascraper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "metascraper",
33
"description": "A library to easily scrape metadata from an article on the web using Open Graph, JSON+LD, regular HTML metadata, and series of fallbacks.",
44
"homepage": "https://metascraper.js.org",
5-
"version": "5.46.1",
5+
"version": "5.46.3",
66
"types": "src/index.d.ts",
77
"main": "src/index.js",
88
"repository": {

0 commit comments

Comments
 (0)