diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9bca0..38dec88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ Changelog +## [1.2024.16](https://github.com/davidsneighbour/hugo-darksky/compare/v1.2024.15...v1.2024.16) (2024-09-29) + + +### Theme + +* **fix:** better overflow handling for long breadcrumbs ([9d7f8fd](https://github.com/davidsneighbour/hugo-darksky/commit/9d7f8fd74cba6de8e8cd4bd71bb628137bd7987c)), closes [#1](https://github.com/davidsneighbour/hugo-darksky/issues/1) +* **fix:** better pagefind integration on single articles instead of all content ([74c7703](https://github.com/davidsneighbour/hugo-darksky/commit/74c7703378ed43daeb30b885ae9c85f78fd60eaf)), closes [davidsneighbour/kollitsch.dev#1237](https://github.com/davidsneighbour/kollitsch.dev/issues/1237) +* **fix:** spacing below youtube shortcode ([86b0d0d](https://github.com/davidsneighbour/hugo-darksky/commit/86b0d0d8bb84718c875872302dd6ad008cf8caa3)) + ## [1.2024.15](https://github.com/davidsneighbour/hugo-darksky/compare/v1.2024.14...v1.2024.15) (2024-09-28) diff --git a/assets/data/darksky.json b/assets/data/darksky.json index 887b793..1afbc1a 100644 --- a/assets/data/darksky.json +++ b/assets/data/darksky.json @@ -1,4 +1,4 @@ { "_comment": "Dynamically created. Do not edit.", - "version": "1.2024.15" + "version": "1.2024.16" } diff --git a/package.json b/package.json index 71414e6..1e6fe2e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@davidsneighbour/hugo-darksky", "description": "A blog theme for GoHugo.", - "version": "1.2024.15", + "version": "1.2024.16", "license": "MIT", "author": "Patrick Kollitsch ", "keywords": [],