diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f648b27..25e4ea3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ Changelog +## [2024.4.18](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.4.17...v2024.4.18) (2024-08-26) + + +### Theme + +* **fix:** fix youtube lite component ([bd68b5c](https://github.com/davidsneighbour/kollitsch.dev/commit/bd68b5c6fbd366683c04accc498f0e32fe0543f9)) + ## [2024.4.17](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.4.16...v2024.4.17) (2024-08-26) diff --git a/CITATION.cff b/CITATION.cff index 567bc688..326e2e8c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,6 +5,6 @@ authors: given-names: "Patrick" orcid: "https://orcid.org/0000-0001-6250-2135" title: "kollitsch.dev" -version: 2024.4.17 +version: 2024.4.18 date-released: 2024-08-26 url: "https://github.com/davidsneighbour/kollitsch.dev" diff --git a/assets/data/build.json b/assets/data/build.json index 22f2b41f..02efa0f3 100644 --- a/assets/data/build.json +++ b/assets/data/build.json @@ -1,3 +1,3 @@ { - "version": "2024.4.17" + "version": "2024.4.18" } diff --git a/package.json b/package.json index ef0eb0b4..a111c871 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@davidsneighbour/kollitsch-dev", "description": "Website and content for kollitsch.dev", - "version": "2024.4.17", + "version": "2024.4.18", "license": "UNLICENSED", "private": true, "repository": "davidsneighbour/kollitsch.dev",