Skip to content

Commit 59a650f

Browse files
committed
chore(release): v5.46.7
1 parent 14ec420 commit 59a650f

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

+6
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.7](https://github.com/microlinkhq/metascraper/compare/v5.46.6...v5.46.7) (2025-01-28)
7+
8+
### Bug Fixes
9+
10+
* **docs:** corner github link ([e5c73d2](https://github.com/microlinkhq/metascraper/commit/e5c73d2a15cab3428990d78f7cf6c39da600b575))
11+
612
## [5.46.6](https://github.com/microlinkhq/metascraper/compare/v5.46.5...v5.46.6) (2025-01-25)
713

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

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "5.46.6",
5+
"version": "5.46.7",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/metascraper/CHANGELOG.md

+4
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.46.7](https://github.com/microlinkhq/metascraper/compare/v5.46.6...v5.46.7) (2025-01-28)
7+
8+
**Note:** Version bump only for package metascraper
9+
610
## [5.46.5](https://github.com/microlinkhq/metascraper/compare/v5.46.4...v5.46.5) (2025-01-19)
711

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

packages/metascraper/package.json

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

0 commit comments

Comments
 (0)