Skip to content

Commit

Permalink
chore: release main (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 1, 2023
1 parent 0de6660 commit 6547614
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
14 changes: 14 additions & 0 deletions modules/favicons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
8 changes: 8 additions & 0 deletions modules/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 &lt;html&gt; tag ([8328d2a](https://github.com/hugomods/seo/commit/8328d2a2a538948b0025448748a842a0747aa593))

0 comments on commit 6547614

Please sign in to comment.