Skip to content

Commit 85d3621

Browse files
committed
chore(release): v5.45.15
1 parent c92aee1 commit 85d3621

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

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.15](https://github.com/microlinkhq/metascraper/compare/v5.45.14...v5.45.15) (2024-06-30)
7+
8+
**Note:** Version bump only for package metascraper
9+
610
## [5.45.14](https://github.com/microlinkhq/metascraper/compare/v5.45.13...v5.45.14) (2024-06-24)
711

812
### Bug Fixes

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.14",
5+
"version": "5.45.15",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/metascraper-x/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.15](https://github.com/microlinkhq/metascraper/compare/v5.45.14...v5.45.15) (2024-06-30)
7+
8+
**Note:** Version bump only for package metascraper-x
9+
610
## [5.45.10](https://github.com/microlinkhq/metascraper/compare/v5.45.9...v5.45.10) (2024-06-03)
711

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

packages/metascraper-x/package.json

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

packages/metascraper/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.15](https://github.com/microlinkhq/metascraper/compare/v5.45.14...v5.45.15) (2024-06-30)
7+
8+
**Note:** Version bump only for package metascraper
9+
610
## [5.45.14](https://github.com/microlinkhq/metascraper/compare/v5.45.13...v5.45.14) (2024-06-24)
711

812
### Bug Fixes

packages/metascraper/package.json

Lines changed: 1 addition & 1 deletion
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.45.14",
5+
"version": "5.45.15",
66
"types": "src/index.d.ts",
77
"main": "src/index.js",
88
"repository": {

0 commit comments

Comments
 (0)