Skip to content

Commit

Permalink
chore(release): v5.46.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 3, 2025
1 parent 1959e41 commit 0556ede
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.46.8](https://github.com/microlinkhq/metascraper/compare/v5.46.7...v5.46.8) (2025-02-03)

### Bug Fixes

* **docs:** corner github link ([d64004a](https://github.com/microlinkhq/metascraper/commit/d64004a588ed81bb89dae39233d456d50e180968))
* **logo-favicon:** ensure body is present ([ae909c5](https://github.com/microlinkhq/metascraper/commit/ae909c5309c49c9b64310dacc9a51c385dabdf6c))

### Performance Improvements

* **logo-favicon:** use raw comparison ([a2ecb27](https://github.com/microlinkhq/metascraper/commit/a2ecb278a8f80a3a7fa67bd21d02149b2a833374))

## [5.46.7](https://github.com/microlinkhq/metascraper/compare/v5.46.6...v5.46.7) (2025-01-28)

### Bug Fixes
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.46.7",
"version": "5.46.8",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
10 changes: 10 additions & 0 deletions packages/metascraper-logo-favicon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.46.8](https://github.com/microlinkhq/metascraper/compare/v5.46.7...v5.46.8) (2025-02-03)

### Bug Fixes

* **logo-favicon:** ensure body is present ([ae909c5](https://github.com/microlinkhq/metascraper/commit/ae909c5309c49c9b64310dacc9a51c385dabdf6c))

### Performance Improvements

* **logo-favicon:** use raw comparison ([a2ecb27](https://github.com/microlinkhq/metascraper/commit/a2ecb278a8f80a3a7fa67bd21d02149b2a833374))

## [5.46.5](https://github.com/microlinkhq/metascraper/compare/v5.46.4...v5.46.5) (2025-01-19)

**Note:** Version bump only for package metascraper-logo-favicon
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-logo-favicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-logo-favicon",
"description": "metascraper logo favicon fallback",
"homepage": "https://github.com/microlinkhq/metascraper/packages/metascraper-logo-favicon",
"version": "5.46.5",
"version": "5.46.8",
"types": "src/index.d.ts",
"main": "src/index.js",
"author": {
Expand Down

0 comments on commit 0556ede

Please sign in to comment.