From 8d94a5e50388d4ded5b963e78d661cd00f0806de Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Sun, 27 Oct 2024 21:31:57 +0700 Subject: [PATCH] chore(release): v2024.5.42 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ CITATION.cff | 4 ++-- assets/data/build.json | 2 +- go.mod | 8 -------- package.json | 2 +- 5 files changed, 30 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d18993ee..88c474b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,30 @@ # Changelog +## [2024.5.42](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.41...v2024.5.42) (2024-10-27) + + +### Content + +* **new:** bambie vs. godzilla ([a2d35ac](https://github.com/davidsneighbour/kollitsch.dev/commit/a2d35acd1afa4703d408166e7b05279fa1a517d9)) + + +### Theme + +* **fix:** move to sass-embedded ([bb24498](https://github.com/davidsneighbour/kollitsch.dev/commit/bb24498cd4b48f782a3f5186afd323459780c8e4)) + + +### Chore + +* **config:** update module configuration ([4a51aee](https://github.com/davidsneighbour/kollitsch.dev/commit/4a51aee3ace7d73acfacf21d1709b7a2c5084585)) +* **config:** update npm location in frontmatter config ([edb1b68](https://github.com/davidsneighbour/kollitsch.dev/commit/edb1b6809699a9436be1b41c9154472bb5ffa8cc)) +* **config:** update vale vocabulary ([6065c2d](https://github.com/davidsneighbour/kollitsch.dev/commit/6065c2d186b874afa6690f671d5a6e34a4b8f1b6)) +* **deps:** update dependencies ([7aaa405](https://github.com/davidsneighbour/kollitsch.dev/commit/7aaa4058f887e49efcabb640f74575e84efd51c9)) +* **deps:** update dependencies ([6e67b44](https://github.com/davidsneighbour/kollitsch.dev/commit/6e67b442d368c851160ad66ecb0b8ce5da43f157)) + + +### Build System + +* **deps:** bump the npm_and_yarn group with 2 updates ([#1250](https://github.com/davidsneighbour/kollitsch.dev/issues/1250)) ([2e37d75](https://github.com/davidsneighbour/kollitsch.dev/commit/2e37d75da42618b3e9a7eab9b7c708f0332d13c4)) + ## [2024.5.41](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.40...v2024.5.41) (2024-10-21) diff --git a/CITATION.cff b/CITATION.cff index 81f80222..fa3dfba9 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.41 -date-released: 2024-10-21 +version: 2024.5.42 +date-released: 2024-10-27 url: "https://github.com/davidsneighbour/kollitsch.dev" diff --git a/assets/data/build.json b/assets/data/build.json index 28ee18a8..bc6a0bd1 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.41" + "version": "2024.5.42" } diff --git a/go.mod b/go.mod index 30701736..45d1985d 100644 --- a/go.mod +++ b/go.mod @@ -3,12 +3,4 @@ module github.com/davidsneighbour/kollitsch.dev go 1.21 require ( - github.com/FortAwesome/Font-Awesome v4.7.0+incompatible // indirect - github.com/Heydon/REVENGE.CSS v0.0.0-20200622155810-b5f5f04ac1b5 // indirect - github.com/aFarkas/lazysizes v0.0.0-20210517092641-1523a4ff4579 // indirect - github.com/csswizardry/ct v0.0.0-20230131155739-4e0d88c1a9ff // indirect - github.com/davidsneighbour/hugo-darkskies v1.2024.29 // indirect - github.com/paulirish/lite-youtube-embed v0.3.3 // indirect - github.com/twbs/icons v1.11.3 // indirect - github.com/zenorocha/clipboard.js v2.0.11+incompatible // indirect ) diff --git a/package.json b/package.json index 016aa69d..1bce3481 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.41", + "version": "2024.5.42", "license": "UNLICENSED", "private": true, "repository": "davidsneighbour/kollitsch.dev",