diff --git a/CHANGELOG.md b/CHANGELOG.md index a5824e01..28b308d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,23 @@ Changelog +## [2024.4.21](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.4.20...v2024.4.21) (2024-09-03) + + +### Content + +* add post of 2024-09-03 ([6c271cc](https://github.com/davidsneighbour/kollitsch.dev/commit/6c271ccd1a9aa155596c1588c3174a4a0e5a062d)) + + +### Theme + +* **fix:** animate reading progress ([76fdc4d](https://github.com/davidsneighbour/kollitsch.dev/commit/76fdc4ddde6743be160fc98e7663929609e9c711)) +* **fix:** moving js/ts components around ([b8333bd](https://github.com/davidsneighbour/kollitsch.dev/commit/b8333bdbdfe53127249511d71adc6ddcbdfe2e86)) + + +### Chore + +* **deps:** update dependencies ([15c6968](https://github.com/davidsneighbour/kollitsch.dev/commit/15c6968ceb7337538e50fe565a8a76e410e5df13)) +* **deps:** update dependencies ([251f430](https://github.com/davidsneighbour/kollitsch.dev/commit/251f4309bd0fc7096b0555c922f3798d031e4594)) + ## [2024.4.20](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.4.19...v2024.4.20) (2024-09-02) ## [2024.4.19](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.4.18...v2024.4.19) (2024-09-02) diff --git a/CITATION.cff b/CITATION.cff index ef646ce6..4019d99e 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.4.20 -date-released: 2024-09-02 +version: 2024.4.21 +date-released: 2024-09-03 url: "https://github.com/davidsneighbour/kollitsch.dev" diff --git a/assets/data/build.json b/assets/data/build.json index 2034e6a2..eea6e787 100644 --- a/assets/data/build.json +++ b/assets/data/build.json @@ -1,3 +1,3 @@ { - "version": "2024.4.20" + "version": "2024.4.21" } diff --git a/package.json b/package.json index 6b46f6e0..5dd77f21 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@davidsneighbour/kollitsch-dev", "description": "Website and content for kollitsch.dev", - "version": "2024.4.20", + "version": "2024.4.21", "license": "UNLICENSED", "private": true, "repository": "davidsneighbour/kollitsch.dev",