From 0b38e72bf56dc506fe6d45d703f077491b85e01e Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 1 Jan 2023 15:40:33 +0100 Subject: [PATCH] chore(release): v5.33.0 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/metascraper-twitter/CHANGELOG.md | 10 ++++++++++ packages/metascraper-twitter/package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 packages/metascraper-twitter/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6330421..85aa62aa2 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.0](https://github.com/microlinkhq/metascraper/compare/v5.32.4...v5.33.0) (2023-01-01) + +### Features + +* add metascraper-twitter ([#608](https://github.com/microlinkhq/metascraper/issues/608)) ([075c0ab](https://github.com/microlinkhq/metascraper/commit/075c0ab1141f9104b21a3496c43fe5c6b3bf17c0)), closes [#260](https://github.com/microlinkhq/metascraper/issues/260) + ## [5.32.4](https://github.com/microlinkhq/metascraper/compare/v5.32.3...v5.32.4) (2022-12-30) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 1180d0ee2..75e7474f8 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "5.32.4", + "version": "5.33.0", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/packages/metascraper-twitter/CHANGELOG.md b/packages/metascraper-twitter/CHANGELOG.md new file mode 100644 index 000000000..68764ce88 --- /dev/null +++ b/packages/metascraper-twitter/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.33.0](https://github.com/microlinkhq/metascraper/compare/v5.32.4...v5.33.0) (2023-01-01) + +### Features + +* add metascraper-twitter ([#608](https://github.com/microlinkhq/metascraper/issues/608)) ([075c0ab](https://github.com/microlinkhq/metascraper/commit/075c0ab1141f9104b21a3496c43fe5c6b3bf17c0)), closes [#260](https://github.com/microlinkhq/metascraper/issues/260) diff --git a/packages/metascraper-twitter/package.json b/packages/metascraper-twitter/package.json index 0fc9fb0b6..68998f906 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.32.4", + "version": "5.33.0", "main": "index.js", "author": { "email": "hello@microlink.io",