From 8ea7b8cc55591f7c4a540d2e313f8d7cb78788a8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Sun, 14 May 2023 21:37:53 +0000 Subject: [PATCH 1/2] Ship tag 5.13.0 --- exampleSite/content/basics/CHANGELOG.md | 12 ++++++++++++ layouts/partials/version.txt | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index f84a487378..3e9859514a 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 5.13.0 (2023-05-14) + +### Enhancements + +- [**feature**] openapi: replace implementation with swagger-ui [#523](https://github.com/McShelby/hugo-theme-relearn/issues/523) + +### Fixes + +- [**bug**] variant: avoid leaking shadows in neon print style [#524](https://github.com/McShelby/hugo-theme-relearn/issues/524) + +--- + ## 5.12.6 (2023-05-04) ### Enhancements diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index b28c16648b..22f097e28e 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.12.6+tip \ No newline at end of file +5.13.0 \ No newline at end of file From 571bfa89a533106c77d583803973f41f1e69353f Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Sun, 14 May 2023 21:38:03 +0000 Subject: [PATCH 2/2] Mark non-release version --- layouts/partials/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 22f097e28e..4395faf35e 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.13.0 \ No newline at end of file +5.13.0+tip \ No newline at end of file