From 198b16b2df5746da174a2ce692bf7ba6467002d7 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Wed, 1 Jan 2025 11:05:04 +0700 Subject: [PATCH] chore(release): v2025.0.1 --- 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 f56c8205..187c013d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog +## [2025.0.1](https://github.com/davidsneighbour/kollitsch.dev/compare/v2025.0.0...v2025.0.1) (2025-01-01) + ## [2025.0.0](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.6.0...v2025.0.0) (2025-01-01) ## [2024.6.0](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.50...v2024.6.0) (2025-01-01) diff --git a/CITATION.cff b/CITATION.cff index cd7647ca..94624fe8 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.6.1 +version: v2025.0.1 date-released: 2025-01-01 url: "https://github.com/davidsneighbour/kollitsch.dev" diff --git a/assets/data/build.json b/assets/data/build.json index ef8445ee..9a477514 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.0" + "version": "2025.0.1" } diff --git a/package.json b/package.json index 1d35658a..91b4fa60 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.0", + "version": "2025.0.1", "license": "UNLICENSED", "private": true, "repository": "davidsneighbour/kollitsch.dev",