Skip to content

Commit

Permalink
chore(release): v5.45.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 25, 2024
1 parent 376e1dc commit 068605a
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 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.5](https://github.com/microlinkhq/metascraper/compare/v5.45.4...v5.45.5) (2024-04-25)

### Bug Fixes

* **publisher:** remove too generic rule ([592309e](https://github.com/microlinkhq/metascraper/commit/592309ed428b681880dc415f2ac18d60029fec66))

## [5.45.4](https://github.com/microlinkhq/metascraper/compare/v5.45.3...v5.45.4) (2024-04-18)

**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.4",
"version": "5.45.5",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
6 changes: 6 additions & 0 deletions packages/metascraper-publisher/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.5](https://github.com/microlinkhq/metascraper/compare/v5.45.4...v5.45.5) (2024-04-25)

### Bug Fixes

* **publisher:** remove too generic rule ([592309e](https://github.com/microlinkhq/metascraper/commit/592309ed428b681880dc415f2ac18d60029fec66))

# [5.45.0](https://github.com/microlinkhq/metascraper/compare/v5.44.0...v5.45.0) (2024-02-25)

**Note:** Version bump only for package metascraper-publisher
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-publisher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-publisher",
"description": "Get publisher property from HTML markup",
"homepage": "https://github.com/microlinkhq/metascraper/packages/metascraper-publisher",
"version": "5.45.0",
"version": "5.45.5",
"types": "src/index.d.ts",
"main": "src/index.js",
"author": {
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.5](https://github.com/microlinkhq/metascraper/compare/v5.45.4...v5.45.5) (2024-04-25)

### Bug Fixes

* **publisher:** remove too generic rule ([592309e](https://github.com/microlinkhq/metascraper/commit/592309ed428b681880dc415f2ac18d60029fec66))

## [5.45.3](https://github.com/microlinkhq/metascraper/compare/v5.45.2...v5.45.3) (2024-03-23)

### Bug Fixes
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.3",
"version": "5.45.5",
"types": "src/index.d.ts",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit 068605a

Please sign in to comment.