From bc4bd1cb47a329f049f8788d2c6cdf4dad638db8 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Sat, 28 Sep 2024 22:04:45 +0700 Subject: [PATCH] chore(release): v2024.5.26 --- CHANGELOG.md | 13 +++++++++++++ CITATION.cff | 2 +- assets/data/build.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a7e0e80e..7d72680e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ Changelog +## [2024.5.26](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.25...v2024.5.26) (2024-09-28) + + +### Content + +* **fix:** various fixes to content files ([62291d0](https://github.com/davidsneighbour/kollitsch.dev/commit/62291d0e761bb11cc2169c050bd0f579dec72d41)) +* **new:** how to install flatpak on ubuntu 24.04 ([9f10d2c](https://github.com/davidsneighbour/kollitsch.dev/commit/9f10d2cececaf9c50ad142ee5a5ce1419e7fb03a)) + + +### Chore + +* **deps:** update dependencies ([8e24060](https://github.com/davidsneighbour/kollitsch.dev/commit/8e24060065d229c7581e617f0319d2890771bcf2)) + ## [2024.5.25](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.24...v2024.5.25) (2024-09-28) diff --git a/CITATION.cff b/CITATION.cff index 1fe44d5ba..69d8829d6 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.5.25 +version: 2024.5.26 date-released: 2024-09-28 url: "https://github.com/davidsneighbour/kollitsch.dev" diff --git a/assets/data/build.json b/assets/data/build.json index 847fa82e1..e90fabd9d 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": "2024.5.25" + "version": "2024.5.26" } diff --git a/package.json b/package.json index 39a34a45e..0bd3284af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@davidsneighbour/kollitsch-dev", "description": "Website and content for kollitsch.dev", - "version": "2024.5.25", + "version": "2024.5.26", "license": "UNLICENSED", "private": true, "repository": "davidsneighbour/kollitsch.dev",