From 65476142bb0bf9b83c526e2cc354077804a2d85a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 03:52:48 +0800 Subject: [PATCH] chore: release main (#20) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 4 ++-- modules/favicons/CHANGELOG.md | 14 ++++++++++++++ modules/schema/CHANGELOG.md | 8 ++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 modules/favicons/CHANGELOG.md create mode 100644 modules/schema/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e0a4aa2..8bb3660 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { "modules/alternatives": "0.1.0", "modules/base": "0.1.0", - "modules/favicons": "0.2.0", + "modules/favicons": "0.3.0", "modules/open-graph": "0.1.0", - "modules/schema": "0.1.1", + "modules/schema": "0.1.2", "modules/translations": "0.1.0", "modules/twitter-cards": "0.1.0" } diff --git a/modules/favicons/CHANGELOG.md b/modules/favicons/CHANGELOG.md new file mode 100644 index 0000000..40bf6dd --- /dev/null +++ b/modules/favicons/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [0.3.0](https://github.com/hugomods/seo/compare/modules/favicons-v0.2.0...modules/favicons-v0.3.0) (2023-11-01) + + +### Features ✨ + +* add support for SVG image ([b5d8245](https://github.com/hugomods/seo/commit/b5d82451d283eb154a433889b6075e14856a8eb2)) + + +### Bug Fixes 🐞 + +* **favicons:** check if the image is valid ([aa8d234](https://github.com/hugomods/seo/commit/aa8d234383e7547a865fce6a6944e12a5c2f6c1a)) +* **favicons:** do not copy the resources to correct the broken links on multiple domains ([#19](https://github.com/hugomods/seo/issues/19)) ([39621cb](https://github.com/hugomods/seo/commit/39621cbaacebb8759992c4e0088769e91ddcbfdc)) diff --git a/modules/schema/CHANGELOG.md b/modules/schema/CHANGELOG.md new file mode 100644 index 0000000..7cea0bf --- /dev/null +++ b/modules/schema/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.2](https://github.com/hugomods/seo/compare/modules/schema-v0.1.1...modules/schema-v0.1.2) (2023-11-01) + + +### Bug Fixes 🐞 + +* append the itemscope and itemtype on <html> tag ([8328d2a](https://github.com/hugomods/seo/commit/8328d2a2a538948b0025448748a842a0747aa593))