Skip to content

Commit

Permalink
chore(release): v5.45.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 18, 2024
1 parent 2fa3670 commit d641cbd
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.45.12](https://github.com/microlinkhq/metascraper/compare/v5.45.11...v5.45.12) (2024-06-18)

### Bug Fixes

* **logo-favicon:** verify body first character ([a3665f4](https://github.com/microlinkhq/metascraper/commit/a3665f4fd2e2ccfb16020ecebbeed23f95e66715))

## [5.45.11](https://github.com/microlinkhq/metascraper/compare/v5.45.10...v5.45.11) (2024-06-17)

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

## [5.45.12](https://github.com/microlinkhq/metascraper/compare/v5.45.11...v5.45.12) (2024-06-18)

### Bug Fixes

* **logo-favicon:** verify body first character ([a3665f4](https://github.com/microlinkhq/metascraper/commit/a3665f4fd2e2ccfb16020ecebbeed23f95e66715))

## [5.45.11](https://github.com/microlinkhq/metascraper/compare/v5.45.10...v5.45.11) (2024-06-17)

### Bug Fixes
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.45.11",
"version": "5.45.12",
"types": "src/index.d.ts",
"main": "src/index.js",
"author": {
Expand Down
6 changes: 6 additions & 0 deletions packages/metascraper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.45.12](https://github.com/microlinkhq/metascraper/compare/v5.45.11...v5.45.12) (2024-06-18)

### Bug Fixes

* **logo-favicon:** verify body first character ([a3665f4](https://github.com/microlinkhq/metascraper/commit/a3665f4fd2e2ccfb16020ecebbeed23f95e66715))

## [5.45.11](https://github.com/microlinkhq/metascraper/compare/v5.45.10...v5.45.11) (2024-06-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper",
"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.",
"homepage": "https://metascraper.js.org",
"version": "5.45.11",
"version": "5.45.12",
"types": "src/index.d.ts",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit d641cbd

Please sign in to comment.