Skip to content

Commit 4138964

Browse files
committed
chore(release): v5.46.13
1 parent c1da126 commit 4138964

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
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.46.13](https://github.com/microlinkhq/metascraper/compare/v5.46.12...v5.46.13) (2025-05-07)
7+
8+
### Bug Fixes
9+
10+
* **types:** allow pkgName and test properties on Rules ([1b386cc](https://github.com/microlinkhq/metascraper/commit/1b386cc234113e78c5bf6092da113fbdad61c98d))
11+
612
## [5.46.12](https://github.com/microlinkhq/metascraper/compare/v5.46.11...v5.46.12) (2025-04-27)
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.46.12",
5+
"version": "5.46.13",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

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.13](https://github.com/microlinkhq/metascraper/compare/v5.46.12...v5.46.13) (2025-05-07)
7+
8+
### Bug Fixes
9+
10+
* **types:** allow pkgName and test properties on Rules ([1b386cc](https://github.com/microlinkhq/metascraper/commit/1b386cc234113e78c5bf6092da113fbdad61c98d))
11+
612
## [5.46.11](https://github.com/microlinkhq/metascraper/compare/v5.46.10...v5.46.11) (2025-04-04)
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.11",
5+
"version": "5.46.13",
66
"types": "src/index.d.ts",
77
"main": "src/index.js",
88
"repository": {

0 commit comments

Comments
 (0)