diff --git a/CHANGELOG.md b/CHANGELOG.md index 733aca4f..5d4d1764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,32 @@ Changelog +## [2024.4.9](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.4.8...v2024.4.9) (2024-08-13) + + +### Documentation + +* update README.md ([7304a37](https://github.com/davidsneighbour/kollitsch.dev/commit/7304a3775c8d27adade5f3609e91c273c440069e)) +* update README.md ([97dc8cf](https://github.com/davidsneighbour/kollitsch.dev/commit/97dc8cfbf69d731aacd33ec1cf1904c32732d1ad)) +* update README.md ([a77f2b2](https://github.com/davidsneighbour/kollitsch.dev/commit/a77f2b26c013fe9e3599a8d754fbd6c40cf06246)) + + +### Theme + +* **fix:** better badge font size ([d8dec85](https://github.com/davidsneighbour/kollitsch.dev/commit/d8dec85a9121dcf152dd01e0706233351d317e5f)) +* **fix:** proper font for code ([ca59efb](https://github.com/davidsneighbour/kollitsch.dev/commit/ca59efb2fca2ceacfb0e75c4646fb0c9db80e5d0)) +* **fix:** remove capitalization from figure content ([25a3e23](https://github.com/davidsneighbour/kollitsch.dev/commit/25a3e23fd1928e741f124627e7d4f85851ab5c0d)) + + +### Bug Fixes + +* re-add [@params](https://github.com/params) setup in script.ts ([3dba7cd](https://github.com/davidsneighbour/kollitsch.dev/commit/3dba7cd0410210343af43233781488f51301aadd)) +* remove tailwind processing from server task ([22737da](https://github.com/davidsneighbour/kollitsch.dev/commit/22737da52be030b10c3fdafc2ca470c9668b12df)) + + +### Chore + +* add screenshot ([e973595](https://github.com/davidsneighbour/kollitsch.dev/commit/e97359554fc85f5e893360c351261d37be0f4c2e)) +* remove pre-commit configuration ([ba39150](https://github.com/davidsneighbour/kollitsch.dev/commit/ba39150c53a8ea9b67821298e589909b2432e889)) + ## [2024.4.8](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.4.7...v2024.4.8) (2024-08-12) diff --git a/CITATION.cff b/CITATION.cff index b4e11d3b..18f13db1 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.8 -date-released: 2024-08-12 +version: 2024.4.9 +date-released: 2024-08-13 url: "https://github.com/davidsneighbour/kollitsch.dev" diff --git a/assets/data/build.json b/assets/data/build.json index 0d9d06bc..112774fd 100644 --- a/assets/data/build.json +++ b/assets/data/build.json @@ -1,3 +1,3 @@ { - "version": "2024.4.8" + "version": "2024.4.9" } diff --git a/go.mod b/go.mod index b05c9ead..f3b25c02 100644 --- a/go.mod +++ b/go.mod @@ -21,7 +21,7 @@ require ( github.com/davidsneighbour/hugo-modules/modules/pictures v1.2024.4 // indirect github.com/davidsneighbour/hugo-modules/modules/publisher v1.2024.0 // indirect github.com/davidsneighbour/hugo-modules/modules/pwa v1.2024.7 // indirect - github.com/davidsneighbour/hugo-modules/modules/renderhooks v1.2024.10 // indirect + github.com/davidsneighbour/hugo-modules/modules/renderhooks v1.2024.12 // indirect github.com/davidsneighbour/hugo-modules/modules/robots v1.2024.4 // indirect github.com/davidsneighbour/hugo-modules/modules/schema v1.2024.0 // indirect github.com/davidsneighbour/hugo-modules/modules/security v1.2024.1 // indirect diff --git a/go.sum b/go.sum index fb4fb418..2e6dc707 100644 --- a/go.sum +++ b/go.sum @@ -34,8 +34,8 @@ github.com/davidsneighbour/hugo-modules/modules/publisher v1.2024.0 h1:JaVb78sx1 github.com/davidsneighbour/hugo-modules/modules/publisher v1.2024.0/go.mod h1:CE+KzNh9eIMZYoZPXeTP/CtvLYIbAsCq+UWTZWsGBk4= github.com/davidsneighbour/hugo-modules/modules/pwa v1.2024.7 h1:PXtORENH5oyjUO2z/ed0uKblB2CGfvI5bX2uF5XCr9Y= github.com/davidsneighbour/hugo-modules/modules/pwa v1.2024.7/go.mod h1:/hNhhuFfmGyHWkNlhm0oE0m8aW1QjgxJ2fvxfglEQz0= -github.com/davidsneighbour/hugo-modules/modules/renderhooks v1.2024.10 h1:hzpc8XHkPbZR4eidXsLDa1tSrwEkEMmt3Eda6ZUMcho= -github.com/davidsneighbour/hugo-modules/modules/renderhooks v1.2024.10/go.mod h1:hJKaduN/zO1Fekx3ouydAr80DZRRlG7I7zjZZDJvqNs= +github.com/davidsneighbour/hugo-modules/modules/renderhooks v1.2024.12 h1:wSF5YfucGys4gQhIfYZa0W70RLFlitfN6ehLfdIRr+U= +github.com/davidsneighbour/hugo-modules/modules/renderhooks v1.2024.12/go.mod h1:hJKaduN/zO1Fekx3ouydAr80DZRRlG7I7zjZZDJvqNs= github.com/davidsneighbour/hugo-modules/modules/robots v1.2024.4 h1:7nznTx1m+pqEbUn5zna3MeYMkQo9JbLrv6viq9rmyD0= github.com/davidsneighbour/hugo-modules/modules/robots v1.2024.4/go.mod h1:g5vOSsvyZOfZde3BB2GxHWHvipnfbAoWUj/xPTW9Czg= github.com/davidsneighbour/hugo-modules/modules/schema v1.2024.0 h1:lyEOUF54/JXMchfqGPeVn5AtAW67EwlYqBoQ+JBW5RQ= diff --git a/package.json b/package.json index a84c9061..d75b0801 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.8", + "version": "2024.4.9", "license": "UNLICENSED", "private": true, "repository": "davidsneighbour/kollitsch.dev", @@ -39,7 +39,7 @@ "bootstrap-icons": "1.11.3", "caniuse-lite": "1.0.30001651", "cypress-html-validate": "6.1.0", - "lint-staged": "15.2.8", + "lint-staged": "15.2.9", "netlify-cli": "17.34.0", "ninja-keys": "1.2.2", "pagefind": "1.1.0",