Skip to content

Commit 20f0370

Browse files
committed
chore(release): v5.51.0
1 parent c0717b5 commit 20f0370

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

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.51.0](https://github.com/microlinkhq/metascraper/compare/v5.50.7...v5.51.0) (2026-06-16)
7+
8+
### Features
9+
10+
* **defuddle:** add preprocess and defuddleOpts options ([#844](https://github.com/microlinkhq/metascraper/issues/844)) ([c0717b5](https://github.com/microlinkhq/metascraper/commit/c0717b5d3ad4edc8c2e6f00ab4fb47017640207a))
11+
612
## [5.50.7](https://github.com/microlinkhq/metascraper/compare/v5.50.6...v5.50.7) (2026-06-16)
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.50.7",
5+
"version": "5.51.0",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/metascraper-defuddle/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.51.0](https://github.com/microlinkhq/metascraper/compare/v5.50.7...v5.51.0) (2026-06-16)
7+
8+
### Features
9+
10+
* **defuddle:** add preprocess and defuddleOpts options ([#844](https://github.com/microlinkhq/metascraper/issues/844)) ([c0717b5](https://github.com/microlinkhq/metascraper/commit/c0717b5d3ad4edc8c2e6f00ab4fb47017640207a))
11+
612
## [5.50.7](https://github.com/microlinkhq/metascraper/compare/v5.50.6...v5.50.7) (2026-06-16)
713

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

packages/metascraper-defuddle/package.json

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

0 commit comments

Comments
 (0)