Skip to content

Commit 5231593

Browse files
committed
chore(release): v5.45.14
1 parent 7fd2bbf commit 5231593

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
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.14](https://github.com/microlinkhq/metascraper/compare/v5.45.13...v5.45.14) (2024-06-24)
7+
8+
### Bug Fixes
9+
10+
* add htmlDom type ([7fd2bbf](https://github.com/microlinkhq/metascraper/commit/7fd2bbf0409d7b72eb2c8d22e9210b32688598b7))
11+
612
## [5.45.13](https://github.com/microlinkhq/metascraper/compare/v5.45.12...v5.45.13) (2024-06-24)
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.13",
5+
"version": "5.45.14",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/metascraper/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.14](https://github.com/microlinkhq/metascraper/compare/v5.45.13...v5.45.14) (2024-06-24)
7+
8+
### Bug Fixes
9+
10+
* add htmlDom type ([7fd2bbf](https://github.com/microlinkhq/metascraper/commit/7fd2bbf0409d7b72eb2c8d22e9210b32688598b7))
11+
612
## [5.45.13](https://github.com/microlinkhq/metascraper/compare/v5.45.12...v5.45.13) (2024-06-24)
713

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

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.13",
5+
"version": "5.45.14",
66
"types": "src/index.d.ts",
77
"main": "src/index.js",
88
"repository": {

0 commit comments

Comments
 (0)