From 11a5bad88a8a1bf563604a0d49ba818a897324a5 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Fri, 10 Jan 2025 21:36:19 +0700 Subject: [PATCH] chore(release): v2025.0.7 --- CHANGELOG.md | 2 ++ CITATION.cff | 2 +- assets/data/build.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8485e888..e74d24a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog +## [2025.0.7](https://github.com/davidsneighbour/kollitsch.dev/compare/v2025.0.6...v2025.0.7) (2025-01-10) + ## [2025.0.6](https://github.com/davidsneighbour/kollitsch.dev/compare/v2025.0.5...v2025.0.6) (2025-01-10) ## [2025.0.5](https://github.com/davidsneighbour/kollitsch.dev/compare/v2025.0.4...v2025.0.5) (2025-01-10) diff --git a/CITATION.cff b/CITATION.cff index 4cfa06a4..51eaab22 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: v2025.0.6 +version: v2025.0.7 date-released: 2025-01-10 url: "https://github.com/davidsneighbour/kollitsch.dev" diff --git a/assets/data/build.json b/assets/data/build.json index cc5445c5..a370685a 100644 --- a/assets/data/build.json +++ b/assets/data/build.json @@ -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": "2025.0.6" + "version": "2025.0.7" } diff --git a/package.json b/package.json index f7f04252..e3a965a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@davidsneighbour/kollitsch-dev", "description": "Website and content for kollitsch.dev", - "version": "2025.0.6", + "version": "2025.0.7", "license": "UNLICENSED", "private": true, "repository": "davidsneighbour/kollitsch.dev",