Skip to content

Commit

Permalink
chore(release): v5.33.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 9, 2023
1 parent 1a55af7 commit ff0e5d8
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 4 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.33.9](https://github.com/microlinkhq/metascraper/compare/v5.33.8...v5.33.9) (2023-03-09)

### Bug Fixes

* **media-provider:** ensure publisher is not a boolean ([#623](https://github.com/microlinkhq/metascraper/issues/623)) ([1a55af7](https://github.com/microlinkhq/metascraper/commit/1a55af7f07f20f75919c451264c0a01fdddfdb9f))

## [5.33.8](https://github.com/microlinkhq/metascraper/compare/v5.33.7...v5.33.8) (2023-02-07)

**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.33.8",
"version": "5.33.9",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
4 changes: 4 additions & 0 deletions packages/metascraper-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.33.9](https://github.com/microlinkhq/metascraper/compare/v5.33.8...v5.33.9) (2023-03-09)

**Note:** Version bump only for package metascraper-manifest

## [5.33.8](https://github.com/microlinkhq/metascraper/compare/v5.33.7...v5.33.8) (2023-02-07)

**Note:** Version bump only for package metascraper-manifest
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-manifest",
"description": "Metascraper integration for detecting PWA Web app manifest",
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-manifest",
"version": "5.33.8",
"version": "5.33.9",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down
6 changes: 6 additions & 0 deletions packages/metascraper-media-provider/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.33.9](https://github.com/microlinkhq/metascraper/compare/v5.33.8...v5.33.9) (2023-03-09)

### Bug Fixes

* **media-provider:** ensure publisher is not a boolean ([#623](https://github.com/microlinkhq/metascraper/issues/623)) ([1a55af7](https://github.com/microlinkhq/metascraper/commit/1a55af7f07f20f75919c451264c0a01fdddfdb9f))

## [5.33.8](https://github.com/microlinkhq/metascraper/compare/v5.33.7...v5.33.8) (2023-02-07)

**Note:** Version bump only for package metascraper-media-provider
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-media-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-media-provider",
"description": "Get video property from HTML markup",
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-media-provider",
"version": "5.33.8",
"version": "5.33.9",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down
4 changes: 4 additions & 0 deletions packages/metascraper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.33.9](https://github.com/microlinkhq/metascraper/compare/v5.33.8...v5.33.9) (2023-03-09)

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

## [5.33.8](https://github.com/microlinkhq/metascraper/compare/v5.33.7...v5.33.8) (2023-02-07)

**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.33.8",
"version": "5.33.9",
"main": "src/index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit ff0e5d8

Please sign in to comment.