diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index f35b1d1fc2..c34addee48 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 5.7.0 (2022-11-29) + +### Enhancements + +- [**feature**] button: refactor for a11y [#372](https://github.com/McShelby/hugo-theme-relearn/issues/372) + +### Fixes + +- [**bug**] search: don't freeze browser on long search terms [#408](https://github.com/McShelby/hugo-theme-relearn/issues/408) +- [**bug**] search: fix searchbox placeholder color in FF and IE [#405](https://github.com/McShelby/hugo-theme-relearn/issues/405) +- [**bug**][**change**] i18n: rename Korean translation from country to lang code [#404](https://github.com/McShelby/hugo-theme-relearn/issues/404) + +### Maintenance + +- [**task**] search: update lunr languages to 1.10.0 [#403](https://github.com/McShelby/hugo-theme-relearn/issues/403) + +--- + ## 5.6.6 (2022-11-23) ### Enhancements diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 50a714a05e..3b867ccd76 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.6.6+tip \ No newline at end of file +5.7.0 \ No newline at end of file