Skip to content

Commit

Permalink
chore(release): v2024.5.49
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed Dec 7, 2024
1 parent 48dd04f commit 7b612d0
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 4 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,46 @@
# Changelog
## [2024.5.49](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.48...v2024.5.49) (2024-12-07)


### Content

* **fix:** remove draft from post ([ff675dc](https://github.com/davidsneighbour/kollitsch.dev/commit/ff675dcb47ec2b25e1b9c472dd3b9a310aac614a))
* **fix:** update head documentation ([ee1fabb](https://github.com/davidsneighbour/kollitsch.dev/commit/ee1fabb6c8408636111e2202b684b0a171dd5500))
* **fix:** update header image for blog post ([0a6f1b8](https://github.com/davidsneighbour/kollitsch.dev/commit/0a6f1b8f65481bcdbef364809e3e51655d77e588))


### Theme

* **fix:** stats icon on the after post hook ([4fd3874](https://github.com/davidsneighbour/kollitsch.dev/commit/4fd3874d2fefdf88b71e84af760106ef877c383a))
* **fix:** stats icon on the after post hook ([88c58f2](https://github.com/davidsneighbour/kollitsch.dev/commit/88c58f2f97a7f0950a890b7fe4b846c3e8fd2aac))


### Chore

* **config:** update workspace configuration ([21174a1](https://github.com/davidsneighbour/kollitsch.dev/commit/21174a11a4f85db91ec5128e5eb66f7f6d37f3f5))
* **config:** update workspace configuration ([ba28a6d](https://github.com/davidsneighbour/kollitsch.dev/commit/ba28a6d157bfb33012b631cb72ea53d2b334152d))


### Configuration

* **fix:** cleanup configuration ([48dd04f](https://github.com/davidsneighbour/kollitsch.dev/commit/48dd04f02e4c06f39ddc47450c715e1dd5449d29))


### Build System

* **deps:** update gomodules ([c0e7e0a](https://github.com/davidsneighbour/kollitsch.dev/commit/c0e7e0a8388541df2f71a67374fe4d25df939a2b))

Check warning on line 31 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (gomodules)
* **fix:** add linkedin posterboy ([6f1092c](https://github.com/davidsneighbour/kollitsch.dev/commit/6f1092c743bf195a0de896778762abf0625d96db))

Check warning on line 32 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (posterboy)
* **fix:** clearout frontmatter scripts ([5fc03b8](https://github.com/davidsneighbour/kollitsch.dev/commit/5fc03b89359b2b0daca1dcd304b88a9543c7fa7a))

Check warning on line 33 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (clearout)

Check warning on line 33 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (frontmatter)
* **fix:** frontmatter script fixes ([488e452](https://github.com/davidsneighbour/kollitsch.dev/commit/488e452f9491e00582da36d2e72b3bc21ab502ec))

Check warning on line 34 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (frontmatter)
* **fix:** remove background image to theme ([a0868e5](https://github.com/davidsneighbour/kollitsch.dev/commit/a0868e535f538ad7d907f4203a7425ed72e8f555))
* **fix:** update frontmatter configuration ([de8e676](https://github.com/davidsneighbour/kollitsch.dev/commit/de8e676f17b6ee93200853fc1f9ce529f1021b0a))

Check warning on line 36 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (frontmatter)


### CI

* **feat:** add cspell workflow ([e0034bf](https://github.com/davidsneighbour/kollitsch.dev/commit/e0034bf0d260ed5e3748119341f45f6c4fb5562c))
* **fix:** make type optional ([761ca74](https://github.com/davidsneighbour/kollitsch.dev/commit/761ca74a65b694adbed2dcde2593ab74ed676e4e))

## [2024.5.48](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.47...v2024.5.48) (2024-11-30)


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: [1mv[22m[1m2024.5.48[22m
date-released: 2024-11-30
version: [1mv[22m[1m2024.5.49[22m
date-released: 2024-12-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.48"
"version": "2024.5.49"
}
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.48",
"version": "2024.5.49",
"license": "UNLICENSED",
"private": true,
"repository": "davidsneighbour/kollitsch.dev",
Expand Down

0 comments on commit 7b612d0

Please sign in to comment.