diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index b327540cf1..168a0458ec 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 5.2.3 (2022-09-12) + +### Fixes + +- [**bug**] print: chapter pages overwrite font-size [#328](https://github.com/McShelby/hugo-theme-relearn/issues/328) + +--- + ## 5.2.2 (2022-08-23) ### Fixes @@ -41,7 +49,7 @@ ### Fixes -- [**bug**] print: reset mermaid theme to light [#313](https://github.com/McShelby/hugo-theme-relearn/issues/313) +- [**bug**][**browser**] print: reset mermaid theme to light [#313](https://github.com/McShelby/hugo-theme-relearn/issues/313) - [**bug**] mermaid: header is showing up in FF [#311](https://github.com/McShelby/hugo-theme-relearn/issues/311) --- diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index c812efa1b4..fff6bf312b 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.2.2+tip \ No newline at end of file +5.2.3 \ No newline at end of file