Skip to content

Commit

Permalink
chore(release): v5.29.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jul 20, 2022
1 parent f0156f1 commit 9ccf75d
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.29.18](https://github.com/microlinkhq/metascraper/compare/v5.29.17...v5.29.18) (2022-07-20)

### Bug Fixes

* **types:** validateUrl is optional ([#571](https://github.com/microlinkhq/metascraper/issues/571)) ([f0156f1](https://github.com/microlinkhq/metascraper/commit/f0156f161b33a012534b58fcd65425e45fd443a8))

## [5.29.17](https://github.com/microlinkhq/metascraper/compare/v5.29.16...v5.29.17) (2022-07-20)

### Bug Fixes
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.29.17",
"version": "5.29.18",
"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.29.18](https://github.com/microlinkhq/metascraper/compare/v5.29.17...v5.29.18) (2022-07-20)

### Bug Fixes

* **types:** validateUrl is optional ([#571](https://github.com/microlinkhq/metascraper/issues/571)) ([f0156f1](https://github.com/microlinkhq/metascraper/commit/f0156f161b33a012534b58fcd65425e45fd443a8))

## [5.29.17](https://github.com/microlinkhq/metascraper/compare/v5.29.16...v5.29.17) (2022-07-20)

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

0 comments on commit 9ccf75d

Please sign in to comment.