Skip to content

Commit 068605a

Browse files
committed
chore(release): v5.45.5
1 parent 376e1dc commit 068605a

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
lines changed

CHANGELOG.md

+6
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.5](https://github.com/microlinkhq/metascraper/compare/v5.45.4...v5.45.5) (2024-04-25)
7+
8+
### Bug Fixes
9+
10+
* **publisher:** remove too generic rule ([592309e](https://github.com/microlinkhq/metascraper/commit/592309ed428b681880dc415f2ac18d60029fec66))
11+
612
## [5.45.4](https://github.com/microlinkhq/metascraper/compare/v5.45.3...v5.45.4) (2024-04-18)
713

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

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "5.45.4",
5+
"version": "5.45.5",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/metascraper-publisher/CHANGELOG.md

+6
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.5](https://github.com/microlinkhq/metascraper/compare/v5.45.4...v5.45.5) (2024-04-25)
7+
8+
### Bug Fixes
9+
10+
* **publisher:** remove too generic rule ([592309e](https://github.com/microlinkhq/metascraper/commit/592309ed428b681880dc415f2ac18d60029fec66))
11+
612
# [5.45.0](https://github.com/microlinkhq/metascraper/compare/v5.44.0...v5.45.0) (2024-02-25)
713

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

packages/metascraper-publisher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "metascraper-publisher",
33
"description": "Get publisher property from HTML markup",
44
"homepage": "https://github.com/microlinkhq/metascraper/packages/metascraper-publisher",
5-
"version": "5.45.0",
5+
"version": "5.45.5",
66
"types": "src/index.d.ts",
77
"main": "src/index.js",
88
"author": {

packages/metascraper/CHANGELOG.md

+6
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.5](https://github.com/microlinkhq/metascraper/compare/v5.45.4...v5.45.5) (2024-04-25)
7+
8+
### Bug Fixes
9+
10+
* **publisher:** remove too generic rule ([592309e](https://github.com/microlinkhq/metascraper/commit/592309ed428b681880dc415f2ac18d60029fec66))
11+
612
## [5.45.3](https://github.com/microlinkhq/metascraper/compare/v5.45.2...v5.45.3) (2024-03-23)
713

814
### Bug Fixes

packages/metascraper/package.json

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

0 commit comments

Comments
 (0)