diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index e4256448b5..1adf847f28 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 5.13.2 (2023-05-17) + +### Fixes + +- [**bug**] print: enable print for pages with _build options [#522](https://github.com/McShelby/hugo-theme-relearn/issues/522) + +--- + ## 5.13.1 (2023-05-16) ### Fixes @@ -12,7 +20,7 @@ ### Enhancements -- [**feature**] openapi: replace implementation with swagger-ui [#523](https://github.com/McShelby/hugo-theme-relearn/issues/523) +- [**feature**][**change**] openapi: replace implementation with swagger-ui [#523](https://github.com/McShelby/hugo-theme-relearn/issues/523) ### Fixes diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index f6681549a5..a5578bdb76 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -18,7 +18,7 @@ This document shows you what's new in the latest release. For a detailed list of --- -## 5.13.0 (2023-05-16) +## 5.13.0 (2023-05-17) - {{% badge style="note" title=" " %}}Change{{% /badge %}} The `swagger` shortcode was deprecated in favor for the [`openapi` shortcode]({{% relref "shortcodes/openapi" %}}). You don't need to change anything yet as the old name will be used as a fallback. It is planned to remove the `swagger` shortcode in the next major release. diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 15971deb3b..0b17707f79 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.13.1+tip \ No newline at end of file +5.13.2 \ No newline at end of file