Skip to content

Commit

Permalink
chore(release): v2024.5.44
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed Nov 7, 2024
1 parent ae1e00d commit 47a1fba
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 4 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
# Changelog
## [2024.5.44](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.43...v2024.5.44) (2024-11-07)


### Content

* **fix:** proper gohugo methods for partial calls ([18914d8](https://github.com/davidsneighbour/kollitsch.dev/commit/18914d876cc42f1fe3787730b8cce3e1169dc074))
* **new:** add hugov blog post ([ae1e00d](https://github.com/davidsneighbour/kollitsch.dev/commit/ae1e00d3313318e5efb8d06720cd8499996228af))
* **new:** archetype of a synthesizer post ([932290e](https://github.com/davidsneighbour/kollitsch.dev/commit/932290e92e78f883e3099096414b85dc50eb24b6))


### Refactors

* cleanup config file ([f2581f1](https://github.com/davidsneighbour/kollitsch.dev/commit/f2581f1685cae6658bec727182ce05a9065eb997))


### Chore

* **deps:** update dependencies ([bb5ecbc](https://github.com/davidsneighbour/kollitsch.dev/commit/bb5ecbc5a6ac5ab1b7da135a71d5bb4b0c510653))


### Configuration

* update lychee configuration ([7e01d59](https://github.com/davidsneighbour/kollitsch.dev/commit/7e01d5961b01130a4eca3819bd9040622ea3cb47))


### Build System

* **deps:** bump the npm_and_yarn group with 2 updates ([#1280](https://github.com/davidsneighbour/kollitsch.dev/issues/1280)) ([e0b29a4](https://github.com/davidsneighbour/kollitsch.dev/commit/e0b29a4481533947ffb0bc8d23cc1c75205832f9))

## [2024.5.43](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.42...v2024.5.43) (2024-11-07)


Expand Down
2 changes: 1 addition & 1 deletion 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.43
version: 2024.5.44
date-released: 2024-11-07
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.43"
"version": "2024.5.44"
}
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ module github.com/davidsneighbour/kollitsch.dev

go 1.21

require github.com/davidsneighbour/hugo-darkskies v1.2024.29 // indirect
require (
)
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.43",
"version": "2024.5.44",
"license": "UNLICENSED",
"private": true,
"repository": "davidsneighbour/kollitsch.dev",
Expand Down

0 comments on commit 47a1fba

Please sign in to comment.