Skip to content

Commit

Permalink
chore(release): v5.45.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 24, 2024
1 parent 7fd2bbf commit 5231593
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 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.14](https://github.com/microlinkhq/metascraper/compare/v5.45.13...v5.45.14) (2024-06-24)

### Bug Fixes

* add htmlDom type ([7fd2bbf](https://github.com/microlinkhq/metascraper/commit/7fd2bbf0409d7b72eb2c8d22e9210b32688598b7))

## [5.45.13](https://github.com/microlinkhq/metascraper/compare/v5.45.12...v5.45.13) (2024-06-24)

**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.13",
"version": "5.45.14",
"command": {
"bootstrap": {
"npmClientArgs": [
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.14](https://github.com/microlinkhq/metascraper/compare/v5.45.13...v5.45.14) (2024-06-24)

### Bug Fixes

* add htmlDom type ([7fd2bbf](https://github.com/microlinkhq/metascraper/commit/7fd2bbf0409d7b72eb2c8d22e9210b32688598b7))

## [5.45.13](https://github.com/microlinkhq/metascraper/compare/v5.45.12...v5.45.13) (2024-06-24)

**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.13",
"version": "5.45.14",
"types": "src/index.d.ts",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit 5231593

Please sign in to comment.