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