Skip to content

Commit 749ed88

Browse files
committed
chore(release): v5.45.26
1 parent ef1b058 commit 749ed88

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.45.26](https://github.com/microlinkhq/metascraper/compare/v5.45.25...v5.45.26) (2024-11-26)
7+
8+
### Bug Fixes
9+
10+
* **logo-favicon:** don't resolve roo path as logo ([16cff65](https://github.com/microlinkhq/metascraper/commit/16cff653f1f920b62e3d5ca2ff5fb4ecf230bb0c))
11+
612
## [5.45.25](https://github.com/microlinkhq/metascraper/compare/v5.45.24...v5.45.25) (2024-10-18)
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.45.25",
5+
"version": "5.45.26",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/metascraper-logo-favicon/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.45.26](https://github.com/microlinkhq/metascraper/compare/v5.45.25...v5.45.26) (2024-11-26)
7+
8+
### Bug Fixes
9+
10+
* **logo-favicon:** don't resolve roo path as logo ([16cff65](https://github.com/microlinkhq/metascraper/commit/16cff653f1f920b62e3d5ca2ff5fb4ecf230bb0c))
11+
612
## [5.45.25](https://github.com/microlinkhq/metascraper/compare/v5.45.24...v5.45.25) (2024-10-18)
713

814
**Note:** Version bump only for package metascraper-logo-favicon

packages/metascraper-logo-favicon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "metascraper-logo-favicon",
33
"description": "metascraper logo favicon fallback",
44
"homepage": "https://github.com/microlinkhq/metascraper/packages/metascraper-logo-favicon",
5-
"version": "5.45.25",
5+
"version": "5.45.26",
66
"types": "src/index.d.ts",
77
"main": "src/index.js",
88
"author": {

packages/metascraper-media-provider/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.45.26](https://github.com/microlinkhq/metascraper/compare/v5.45.25...v5.45.26) (2024-11-26)
7+
8+
**Note:** Version bump only for package metascraper-media-provider
9+
610
## [5.45.25](https://github.com/microlinkhq/metascraper/compare/v5.45.24...v5.45.25) (2024-10-18)
711

812
**Note:** Version bump only for package metascraper-media-provider

packages/metascraper-media-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "metascraper-media-provider",
33
"description": "Get video property from HTML markup",
44
"homepage": "https://github.com/microlinkhq/metascraper/packages/metascraper-media-provider",
5-
"version": "5.45.25",
5+
"version": "5.45.26",
66
"types": "src/index.d.ts",
77
"main": "src/index.js",
88
"author": {

0 commit comments

Comments
 (0)