From 490f62aa609fb2bebb7c975035e2cd62a185817e Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Tue, 26 Nov 2024 05:39:00 +0700 Subject: [PATCH] chore(release): v2024.5.47 --- CHANGELOG.md | 19 +++++++++++++++++++ CITATION.cff | 4 ++-- assets/data/build.json | 2 +- package.json | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98c1cfd8..4680b3f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,23 @@ # Changelog +## [2024.5.47](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.46...v2024.5.47) (2024-11-25) + + +### Content + +* **fix:** update youtube component documentation ([0849f5e](https://github.com/davidsneighbour/kollitsch.dev/commit/0849f5e92cccb35c1d278f9e4a30edd6c137e38e)) +* **new:** shutdown raspberry pi via ssh ([ed067ab](https://github.com/davidsneighbour/kollitsch.dev/commit/ed067ab43f79028e17aade3468a544e7fc70ed21)) + + +### Chore + +* **config:** update workspace configuration ([2b4c47f](https://github.com/davidsneighbour/kollitsch.dev/commit/2b4c47f8eadc2959f7569073e207a1f443a5ae65)) + + +### Build System + +* **deps:** update dependencies ([2318fee](https://github.com/davidsneighbour/kollitsch.dev/commit/2318fee29bcc0847bb1b1b1333af0d3f73e56523)) +* **fix:** re-add binaries module ([b9ad2b6](https://github.com/davidsneighbour/kollitsch.dev/commit/b9ad2b6f9d2554428b7ea001035d4ee5acdb0d0c)) + ## [2024.5.46](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.45...v2024.5.46) (2024-11-22) diff --git a/CITATION.cff b/CITATION.cff index 36c3a55f..bf9315fc 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.46 -date-released: 2024-11-22 +version: v2024.5.47 +date-released: 2024-11-26 url: "https://github.com/davidsneighbour/kollitsch.dev" diff --git a/assets/data/build.json b/assets/data/build.json index 81f63a1d..3918297d 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.46" + "version": "2024.5.47" } diff --git a/package.json b/package.json index 9b2eefb9..97a6ca06 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.46", + "version": "2024.5.47", "license": "UNLICENSED", "private": true, "repository": "davidsneighbour/kollitsch.dev",