Skip to content

Commit

Permalink
chore(release): v2024.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed Aug 12, 2024
1 parent 0884a32 commit 870afca
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 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.4.8](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.4.7...v2024.4.8) (2024-08-12)


### Content

* **fix:** gohugo module docs updates ([a0aa0ef](https://github.com/davidsneighbour/kollitsch.dev/commit/a0aa0ef7fd46823ee103f8b8a21ab248223608c1))
* how to fix `referencerror: __dirname is not defined in es module scope` ([d9df323](https://github.com/davidsneighbour/kollitsch.dev/commit/d9df323d44be88c8a582b343f91b4e77d493fea8))


### Theme

* **fix:** lower resolution in bg image and remove unused bg image ([b173eeb](https://github.com/davidsneighbour/kollitsch.dev/commit/b173eeb73aa14f3906ee5db61abe233a3e18c5d8))
* **fix:** smaller font sizes ([e1f4b3f](https://github.com/davidsneighbour/kollitsch.dev/commit/e1f4b3f61f7379a7b20f4ccc2276e0d5bcc432c8))


### Chore

* **cleanup:** more cleanup ([d71d542](https://github.com/davidsneighbour/kollitsch.dev/commit/d71d54225ab4b25caf98a660871c27f9228c1478))
* **deps:** update gohugo module dependencies ([0884a32](https://github.com/davidsneighbour/kollitsch.dev/commit/0884a3217d7bc6c17474557ea12ad688032c6516))


### Build System

* **fix:** ignore frontmatter databases ([d708abd](https://github.com/davidsneighbour/kollitsch.dev/commit/d708abd2d7fc22f608b8c3bd533f18917f3d23c4))
* **fix:** move frontmatter configuration into package ([25e53d0](https://github.com/davidsneighbour/kollitsch.dev/commit/25e53d0614972b32de6c02cb7cf6d4de688850f9))

## [2024.4.7](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.4.6...v2024.4.7) (2024-08-10)


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.4.7
date-released: 2024-08-10
version: 2024.4.8
date-released: 2024-08-12
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,3 +1,3 @@
{
"version": "2024.4.7"
"version": "2024.4.8"
}
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ github.com/davidsneighbour/hugo-modules/modules/functions v1.2024.19 h1:sPAR0OMQ
github.com/davidsneighbour/hugo-modules/modules/functions v1.2024.19/go.mod h1:y7hfQJQUUQNeOtprPVvfLp82KhwsS1ZuxU7/bEE6u1w=
github.com/davidsneighbour/hugo-modules/modules/giscus v1.2024.3 h1:pPkUb+s/CpypY3+octINYGwtjbzKdxxzJfeUPnt5eqM=
github.com/davidsneighbour/hugo-modules/modules/giscus v1.2024.3/go.mod h1:F4PJUjhwfl1GzpoHeups4V5KQcbGIvqzgpROFrGrhCo=
github.com/davidsneighbour/hugo-modules/modules/head v1.2024.12 h1:hiwmaWDtUCMP5dtw4UbBVYAuPxPthVPU2Oc3ytTHn1Y=
github.com/davidsneighbour/hugo-modules/modules/head v1.2024.12/go.mod h1:T5bYxWMLmm4mHpE+aiFLkBhk2eqMC7rAKsJyU2QCV9I=
github.com/davidsneighbour/hugo-modules/modules/head v1.2024.14 h1:VANccX922XRe5HichULWaOcDjbji0XR4vhvn4urh+84=
github.com/davidsneighbour/hugo-modules/modules/head v1.2024.14/go.mod h1:T5bYxWMLmm4mHpE+aiFLkBhk2eqMC7rAKsJyU2QCV9I=
github.com/davidsneighbour/hugo-modules/modules/headerimage v1.2024.1 h1:Rc5jkYQSvaRuENVTe3Kg+fnUNK4dJmeCOt6FogANEtg=
Expand Down
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.4.7",
"version": "2024.4.8",
"license": "UNLICENSED",
"private": true,
"repository": "davidsneighbour/kollitsch.dev",
Expand Down

0 comments on commit 870afca

Please sign in to comment.