Skip to content

Commit

Permalink
chore(release): v2024.5.42
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed Oct 27, 2024
1 parent a2d35ac commit 8d94a5e
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 12 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion assets/data/build.json
Original file line number Diff line number Diff line change
@@ -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"
}
8 changes: 0 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8d94a5e

Please sign in to comment.