Skip to content

Commit

Permalink
chore(release): v5.34.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 27, 2023
1 parent 2bec978 commit ba197ef
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.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
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.34.7",
"version": "5.34.8",
"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.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
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.34.7",
"version": "5.34.8",
"main": "src/index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit ba197ef

Please sign in to comment.