Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.49.4](https://github.com/microlinkhq/metascraper/compare/v5.49.3...v5.49.4) (2025-09-15)

### Bug Fixes

* return ([a5a56a8](https://github.com/microlinkhq/metascraper/commit/a5a56a8d5b06fccd0906c6d5ced9caef72244f72))

## [5.49.3](https://github.com/microlinkhq/metascraper/compare/v5.49.2...v5.49.3) (2025-09-09)

**Note:** Version bump only for package metascraper
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "5.49.3",
"version": "5.49.4",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
6 changes: 6 additions & 0 deletions packages/metascraper-readability/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.49.4](https://github.com/microlinkhq/metascraper/compare/v5.49.3...v5.49.4) (2025-09-15)

### Bug Fixes

* return ([a5a56a8](https://github.com/microlinkhq/metascraper/commit/a5a56a8d5b06fccd0906c6d5ced9caef72244f72))

## [5.49.3](https://github.com/microlinkhq/metascraper/compare/v5.49.2...v5.49.3) (2025-09-09)

**Note:** Version bump only for package metascraper-readability
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-readability/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-readability",
"description": "A Readability connector for metascraper",
"homepage": "https://github.com/microlinkhq/metascraper/packages/metascraper-readability",
"version": "5.49.3",
"version": "5.49.4",
"types": "src/index.d.ts",
"main": "src/index.js",
"author": {
Expand Down
4 changes: 4 additions & 0 deletions packages/metascraper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.49.4](https://github.com/microlinkhq/metascraper/compare/v5.49.3...v5.49.4) (2025-09-15)

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

## [5.49.2](https://github.com/microlinkhq/metascraper/compare/v5.49.1...v5.49.2) (2025-09-06)

**Note:** Version bump only for package metascraper
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper",
"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.",
"homepage": "https://metascraper.js.org",
"version": "5.49.2",
"version": "5.49.4",
"types": "src/index.d.ts",
"main": "src/index.js",
"repository": {
Expand Down
Loading