From 31320c0ff32179a2a61c2d67f8bada3885aab075 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 1 Jan 2023 23:34:47 +0100 Subject: [PATCH] chore(release): v5.33.1 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/metascraper-twitter/CHANGELOG.md | 6 ++++++ packages/metascraper-twitter/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85aa62aa2..6c7093ec0 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.33.1](https://github.com/microlinkhq/metascraper/compare/v5.33.0...v5.33.1) (2023-01-01) + +### Bug Fixes + +* **twitter:** check value exists ([#609](https://github.com/microlinkhq/metascraper/issues/609)) ([a8dafe7](https://github.com/microlinkhq/metascraper/commit/a8dafe79fd55c182501e4b0fe417f28d625e616b)) + # [5.33.0](https://github.com/microlinkhq/metascraper/compare/v5.32.4...v5.33.0) (2023-01-01) ### Features diff --git a/lerna.json b/lerna.json index 75e7474f8..c06b7b6a5 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "5.33.0", + "version": "5.33.1", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/packages/metascraper-twitter/CHANGELOG.md b/packages/metascraper-twitter/CHANGELOG.md index 68764ce88..838d35370 100644 --- a/packages/metascraper-twitter/CHANGELOG.md +++ b/packages/metascraper-twitter/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.33.1](https://github.com/microlinkhq/metascraper/compare/v5.33.0...v5.33.1) (2023-01-01) + +### Bug Fixes + +* **twitter:** check value exists ([#609](https://github.com/microlinkhq/metascraper/issues/609)) ([a8dafe7](https://github.com/microlinkhq/metascraper/commit/a8dafe79fd55c182501e4b0fe417f28d625e616b)) + # [5.33.0](https://github.com/microlinkhq/metascraper/compare/v5.32.4...v5.33.0) (2023-01-01) ### Features diff --git a/packages/metascraper-twitter/package.json b/packages/metascraper-twitter/package.json index 68998f906..89390c11b 100644 --- a/packages/metascraper-twitter/package.json +++ b/packages/metascraper-twitter/package.json @@ -2,7 +2,7 @@ "name": "metascraper-twitter", "description": "Metascraper integration with Twitter", "homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-twitter", - "version": "5.33.0", + "version": "5.33.1", "main": "index.js", "author": { "email": "hello@microlink.io",