diff --git a/CHANGELOG.md b/CHANGELOG.md index acc267e2..e97aed0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ # Changelog +## [2024.5.50](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.49...v2024.5.50) (2024-12-08) + + +### Chore + +* **config:** update workspace configuration ([24f0718](https://github.com/davidsneighbour/kollitsch.dev/commit/24f07180d42e8cce9ce95203cf73da343c27a099)) + + +### Build System + +* **deps:** update dependencies ([aeba8a1](https://github.com/davidsneighbour/kollitsch.dev/commit/aeba8a1e62b07bd4a4bb01e0cb43d5c3c6877a74)) +* **deps:** update dependencies ([38cf1a6](https://github.com/davidsneighbour/kollitsch.dev/commit/38cf1a6b22eef4383d21b0203f4a23a0cbc4ef13)) +* **deps:** update dependencies ([3e596e5](https://github.com/davidsneighbour/kollitsch.dev/commit/3e596e52ef2a6e775464f91d5be675df0d4fe196)) + ## [2024.5.49](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.48...v2024.5.49) (2024-12-07) diff --git a/CITATION.cff b/CITATION.cff index a16ae7a8..d05925eb 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: v2024.5.49 -date-released: 2024-12-07 +version: v2024.5.50 +date-released: 2024-12-08 url: "https://github.com/davidsneighbour/kollitsch.dev" diff --git a/assets/data/build.json b/assets/data/build.json index 42d523b4..33b803b1 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.49" + "version": "2024.5.50" } diff --git a/package.json b/package.json index 9789f048..a056c85b 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.49", + "version": "2024.5.50", "license": "UNLICENSED", "private": true, "repository": "davidsneighbour/kollitsch.dev",