diff --git a/CHANGELOG.md b/CHANGELOG.md index 64d4507b..70941942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,31 @@ # Changelog +## [2024.5.45](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.44...v2024.5.45) (2024-11-09) + + +### Content + +* **fix:** make clear what to make executable ;) ([333e1cf](https://github.com/davidsneighbour/kollitsch.dev/commit/333e1cf3fab895af51242fea81e37eaeb6f1307a)) + + +### Theme + +* **fix:** move documentation layouts to theme ([be3ef78](https://github.com/davidsneighbour/kollitsch.dev/commit/be3ef7814e29855bc96857a31c2c8f2abeba3408)) + + +### Bug Fixes + +* update blogroll setup and add item ([16d4e5e](https://github.com/davidsneighbour/kollitsch.dev/commit/16d4e5e65a92003eb7402a9c03f92f597e3de13c)) + + +### Chore + +* **cleanup:** remove unused components header ([5460613](https://github.com/davidsneighbour/kollitsch.dev/commit/546061399fab0555e06ccd26fadd166b9fe07150)) + + +### Build System + +* **fix:** add jsonnet config for package.json ([59de1e3](https://github.com/davidsneighbour/kollitsch.dev/commit/59de1e3ef2443ded56b0e05ff96611bbf01d81db)) + ## [2024.5.44](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.43...v2024.5.44) (2024-11-07) diff --git a/CITATION.cff b/CITATION.cff index 33b7922c..9a82e29a 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.5.44 -date-released: 2024-11-07 +version: 2024.5.45 +date-released: 2024-11-09 url: "https://github.com/davidsneighbour/kollitsch.dev" diff --git a/assets/data/build.json b/assets/data/build.json index c7686716..de16eb0b 100644 --- a/assets/data/build.json +++ b/assets/data/build.json @@ -1,4 +1,4 @@ { "_comment": "This file is used to determine the current build version of the website. Do not modify this file, it is updated automatically.", - "version": "2024.5.44" + "version": "2024.5.45" } diff --git a/go.mod b/go.mod index 800cd452..45d1985d 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,5 @@ module github.com/davidsneighbour/kollitsch.dev go 1.21 -require github.com/davidsneighbour/hugo-darkskies v1.2024.29 // indirect +require ( +) diff --git a/package.json b/package.json index 8195acb8..bb6b2f47 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@davidsneighbour/kollitsch-dev", "description": "Website and content for kollitsch.dev", - "version": "2024.5.44", + "version": "2024.5.45", "license": "UNLICENSED", "private": true, "repository": "davidsneighbour/kollitsch.dev",