Skip to content

Commit 559af1f

Browse files
committed
chore(release): v5.49.4
1 parent 0287bb3 commit 559af1f

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

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.49.4](https://github.com/microlinkhq/metascraper/compare/v5.49.3...v5.49.4) (2025-09-15)
7+
8+
### Bug Fixes
9+
10+
* return ([a5a56a8](https://github.com/microlinkhq/metascraper/commit/a5a56a8d5b06fccd0906c6d5ced9caef72244f72))
11+
612
## [5.49.3](https://github.com/microlinkhq/metascraper/compare/v5.49.2...v5.49.3) (2025-09-09)
713

814
**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.49.3",
5+
"version": "5.49.4",
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.49.4](https://github.com/microlinkhq/metascraper/compare/v5.49.3...v5.49.4) (2025-09-15)
7+
8+
### Bug Fixes
9+
10+
* return ([a5a56a8](https://github.com/microlinkhq/metascraper/commit/a5a56a8d5b06fccd0906c6d5ced9caef72244f72))
11+
612
## [5.49.3](https://github.com/microlinkhq/metascraper/compare/v5.49.2...v5.49.3) (2025-09-09)
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.49.3",
5+
"version": "5.49.4",
66
"types": "src/index.d.ts",
77
"main": "src/index.js",
88
"author": {

packages/metascraper/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.49.4](https://github.com/microlinkhq/metascraper/compare/v5.49.3...v5.49.4) (2025-09-15)
7+
8+
**Note:** Version bump only for package metascraper
9+
610
## [5.49.2](https://github.com/microlinkhq/metascraper/compare/v5.49.1...v5.49.2) (2025-09-06)
711

812
**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.49.2",
5+
"version": "5.49.4",
66
"types": "src/index.d.ts",
77
"main": "src/index.js",
88
"repository": {

0 commit comments

Comments
 (0)