diff --git a/CHANGELOG.md b/CHANGELOG.md index 2294e4ef7..442b329e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.34.8](https://github.com/microlinkhq/metascraper/compare/v5.34.7...v5.34.8) (2023-06-27) + +### Bug Fixes + +* update Typescript types ([#643](https://github.com/microlinkhq/metascraper/issues/643)) ([c6e84b9](https://github.com/microlinkhq/metascraper/commit/c6e84b9c654be1e8a3acdb405f7e9fe4753a95eb)) + ## [5.34.7](https://github.com/microlinkhq/metascraper/compare/v5.34.6...v5.34.7) (2023-05-29) **Note:** Version bump only for package metascraper diff --git a/lerna.json b/lerna.json index dd5532a3d..b346751eb 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "5.34.7", + "version": "5.34.8", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/packages/metascraper/CHANGELOG.md b/packages/metascraper/CHANGELOG.md index 89be81910..04287a81c 100644 --- a/packages/metascraper/CHANGELOG.md +++ b/packages/metascraper/CHANGELOG.md @@ -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.34.8](https://github.com/microlinkhq/metascraper/compare/v5.34.7...v5.34.8) (2023-06-27) + +### Bug Fixes + +* update Typescript types ([#643](https://github.com/microlinkhq/metascraper/issues/643)) ([c6e84b9](https://github.com/microlinkhq/metascraper/commit/c6e84b9c654be1e8a3acdb405f7e9fe4753a95eb)) + ## [5.34.7](https://github.com/microlinkhq/metascraper/compare/v5.34.6...v5.34.7) (2023-05-29) **Note:** Version bump only for package metascraper diff --git a/packages/metascraper/package.json b/packages/metascraper/package.json index c2b95b761..c010dd663 100644 --- a/packages/metascraper/package.json +++ b/packages/metascraper/package.json @@ -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.34.7", + "version": "5.34.8", "main": "src/index.js", "repository": { "type": "git",