Skip to content

Commit

Permalink
chore(release): v5.45.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 5, 2024
1 parent f769532 commit 346fdec
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.45.24](https://github.com/microlinkhq/metascraper/compare/v5.45.23...v5.45.24) (2024-10-05)

### Bug Fixes

* linter ([05c4d30](https://github.com/microlinkhq/metascraper/commit/05c4d305fb3468c493e4e8f48262f20e399b9e9b))
* **metascraper-logo-favicon:** allow URL input and apply priority. closes [#724](https://github.com/microlinkhq/metascraper/issues/724) ([cfe41bb](https://github.com/microlinkhq/metascraper/commit/cfe41bb4ef30ce7d4e6dee418270057706db937c))

## [5.45.23](https://github.com/microlinkhq/metascraper/compare/v5.45.22...v5.45.23) (2024-08-11)

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

## [5.45.24](https://github.com/microlinkhq/metascraper/compare/v5.45.23...v5.45.24) (2024-10-05)

### Bug Fixes

* linter ([05c4d30](https://github.com/microlinkhq/metascraper/commit/05c4d305fb3468c493e4e8f48262f20e399b9e9b))
* **metascraper-logo-favicon:** allow URL input and apply priority. closes [#724](https://github.com/microlinkhq/metascraper/issues/724) ([cfe41bb](https://github.com/microlinkhq/metascraper/commit/cfe41bb4ef30ce7d4e6dee418270057706db937c))

## [5.45.22](https://github.com/microlinkhq/metascraper/compare/v5.45.21...v5.45.22) (2024-07-25)

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

## [5.45.24](https://github.com/microlinkhq/metascraper/compare/v5.45.23...v5.45.24) (2024-10-05)

**Note:** Version bump only for package metascraper-soundcloud

## [5.45.22](https://github.com/microlinkhq/metascraper/compare/v5.45.21...v5.45.22) (2024-07-25)

**Note:** Version bump only for package metascraper-soundcloud
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-soundcloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-soundcloud",
"description": "Metascraper integration with SoundCloud",
"homepage": "https://github.com/microlinkhq/metascraper/packages/metascraper-soundcloud",
"version": "5.45.22",
"version": "5.45.24",
"types": "src/index.d.ts",
"main": "src/index.js",
"author": {
Expand Down
4 changes: 4 additions & 0 deletions packages/metascraper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.45.24](https://github.com/microlinkhq/metascraper/compare/v5.45.23...v5.45.24) (2024-10-05)

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

## [5.45.23](https://github.com/microlinkhq/metascraper/compare/v5.45.22...v5.45.23) (2024-08-11)

**Note:** Version bump only for package metascraper
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.23",
"version": "5.45.24",
"types": "src/index.d.ts",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit 346fdec

Please sign in to comment.