From 6be59e2314a77921de08f58e9d21bd399881d4d0 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Fri, 10 Jan 2025 21:33:39 +0700 Subject: [PATCH] chore(release): v2025.0.5 --- CHANGELOG.md | 12 ++++++++++++ CITATION.cff | 2 +- assets/data/build.json | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec8837a..5c5e2c91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # Changelog +## [2025.0.5](https://github.com/davidsneighbour/kollitsch.dev/compare/v2025.0.4...v2025.0.5) (2025-01-10) + + +### Content + +* **new:** post of 2025-01-10 ([6628a7c](https://github.com/davidsneighbour/kollitsch.dev/commit/6628a7c0350d0abbcd4457a3106903e88ecb0083)) + + +### Build System + +* **deps:** update google/osv-scanner-action action to v1.9.2 ([#1318](https://github.com/davidsneighbour/kollitsch.dev/issues/1318)) ([740874a](https://github.com/davidsneighbour/kollitsch.dev/commit/740874a04463e2fa9ba75c3e11a7ba60908120fc)) + ## [2025.0.4](https://github.com/davidsneighbour/kollitsch.dev/compare/v2025.0.3...v2025.0.4) (2025-01-10) ## [2025.0.3](https://github.com/davidsneighbour/kollitsch.dev/compare/v2025.0.2...v2025.0.3) (2025-01-10) diff --git a/CITATION.cff b/CITATION.cff index f109add5..65d0f578 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.4 +version: v2025.0.5 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 6e07daa1..d10f81ee 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.4" + "version": "2025.0.5" } diff --git a/package.json b/package.json index 18d02e15..daa79a47 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.4", + "version": "2025.0.5", "license": "UNLICENSED", "private": true, "repository": "davidsneighbour/kollitsch.dev",