From 5818228df301d5446e15174b993b8624818989fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 10 Sep 2021 01:15:46 +0200 Subject: [PATCH] Ship tag 2.2.0 --- exampleSite/content/basics/CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index c5bbe0e098..02cd5a479d 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 2.2.0 (2021-09-10) + +### Enhancements + +- [**feature**] sitemap: hide hidden pages from sitemap and SEO indexing [#85](https://github.com/McShelby/hugo-theme-relearn/issues/85) + +### Bug Fixes + +- [**bug**] theme: fix showVisitedLinks in case Hugo is configured to modify relative URLs [#86](https://github.com/McShelby/hugo-theme-relearn/issues/86) + +### Maintenance + +- [**task**] theme: switch from data-vocabulary to schema [#84](https://github.com/McShelby/hugo-theme-relearn/issues/84) + +--- + ## 2.1.0 (2021-09-07) ### Enhancements