From 145820784ed1af33963739871b05b4de5dab2731 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 3 Aug 2022 17:33:53 +0000 Subject: [PATCH] Ship tag 5.2.0 --- exampleSite/content/basics/CHANGELOG.md | 15 ++++++++++++++- layouts/partials/version.txt | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index 7e25c42e64..b7cb9f9842 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog -## 5.1.2 (2022-07-17) +## 5.2.0 (2022-07-29) + +### Enhancements + +- [**feature**][**change**] menu: expand collapsed menus if search term is found in submenus [#312](https://github.com/McShelby/hugo-theme-relearn/issues/312) + +### Fixes + +- [**bug**] print: switch mermaid and swagger style before print [#316](https://github.com/McShelby/hugo-theme-relearn/issues/316) +- [**bug**] theme: fix chapter margins on big screens [#315](https://github.com/McShelby/hugo-theme-relearn/issues/315) + +--- + +## 5.1.2 (2022-07-18) ### Fixes diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 622a9ca3e7..7cbea073be 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.1.2+tip \ No newline at end of file +5.2.0 \ No newline at end of file