Skip to content

Commit

Permalink
chore(release): v5.33.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 27, 2023
1 parent f3540a6 commit 00a6316
Show file tree
Hide file tree
Showing 6 changed files with 19 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.33.6](https://github.com/microlinkhq/metascraper/compare/v5.33.5...v5.33.6) (2023-01-27)

### Bug Fixes

* get tweet image when it's a tweet ([#617](https://github.com/microlinkhq/metascraper/issues/617)) ([f3540a6](https://github.com/microlinkhq/metascraper/commit/f3540a6f4a34e81a4724cdf78c51edfc2958b376))

## [5.33.5](https://github.com/microlinkhq/metascraper/compare/v5.33.4...v5.33.5) (2023-01-23)

**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.5",
"version": "5.33.6",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
6 changes: 6 additions & 0 deletions packages/metascraper-twitter/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.6](https://github.com/microlinkhq/metascraper/compare/v5.33.5...v5.33.6) (2023-01-27)

### Bug Fixes

* get tweet image when it's a tweet ([#617](https://github.com/microlinkhq/metascraper/issues/617)) ([f3540a6](https://github.com/microlinkhq/metascraper/commit/f3540a6f4a34e81a4724cdf78c51edfc2958b376))

## [5.33.5](https://github.com/microlinkhq/metascraper/compare/v5.33.4...v5.33.5) (2023-01-23)

**Note:** Version bump only for package metascraper-twitter
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-twitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-twitter",
"description": "Metascraper integration with Twitter",
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-twitter",
"version": "5.33.5",
"version": "5.33.6",
"main": "index.js",
"author": {
"email": "hello@microlink.io",
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.6](https://github.com/microlinkhq/metascraper/compare/v5.33.5...v5.33.6) (2023-01-27)

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

## [5.33.5](https://github.com/microlinkhq/metascraper/compare/v5.33.4...v5.33.5) (2023-01-23)

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

0 comments on commit 00a6316

Please sign in to comment.