Skip to content

Commit

Permalink
chore(release): v2024.5.45
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed Nov 9, 2024
1 parent 333e1cf commit 666d380
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 5 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.44
date-released: 2024-11-07
version: 2024.5.45
date-released: 2024-11-09
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.44"
"version": "2024.5.45"
}
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.44",
"version": "2024.5.45",
"license": "UNLICENSED",
"private": true,
"repository": "davidsneighbour/kollitsch.dev",
Expand Down

0 comments on commit 666d380

Please sign in to comment.