From 98144ba806266aa7301e240a875bdde44ccfbdbd Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Fri, 23 Aug 2024 21:13:38 +0700 Subject: [PATCH] chore(release): v2024.4.15 --- CHANGELOG.md | 7 +++++++ CITATION.cff | 2 +- assets/data/build.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab2cecb7..a17bc7be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ Changelog +## [2024.4.15](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.4.14...v2024.4.15) (2024-08-23) + + +### Theme + +* **fix:** remove width of rainbow box section under site title ([d03bc5d](https://github.com/davidsneighbour/kollitsch.dev/commit/d03bc5d41b7ae6f1c873735fc56c08e815fbeeb9)) + ## [2024.4.14](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.4.13...v2024.4.14) (2024-08-23) diff --git a/CITATION.cff b/CITATION.cff index 48290f4c..b4508bd9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,6 +5,6 @@ authors: given-names: "Patrick" orcid: "https://orcid.org/0000-0001-6250-2135" title: "kollitsch.dev" -version: 2024.4.14 +version: 2024.4.15 date-released: 2024-08-23 url: "https://github.com/davidsneighbour/kollitsch.dev" diff --git a/assets/data/build.json b/assets/data/build.json index 2baf4485..8387ba91 100644 --- a/assets/data/build.json +++ b/assets/data/build.json @@ -1,3 +1,3 @@ { - "version": "2024.4.14" + "version": "2024.4.15" } diff --git a/package.json b/package.json index 8f875971..51fca382 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@davidsneighbour/kollitsch-dev", "description": "Website and content for kollitsch.dev", - "version": "2024.4.14", + "version": "2024.4.15", "license": "UNLICENSED", "private": true, "repository": "davidsneighbour/kollitsch.dev",