Skip to content

Commit

Permalink
chore(release): v2024.5.27
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed Oct 1, 2024
1 parent bb6934f commit ccf0050
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 6 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
Changelog
## [2024.5.27](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.26...v2024.5.27) (2024-10-01)


### Content

* **fix:** add alias for old connect url ([b00392e](https://github.com/davidsneighbour/kollitsch.dev/commit/b00392e012303d70057a220be3dfc1c963302a0c))
* **fix:** hide html sitemap from search index ([1faf6e6](https://github.com/davidsneighbour/kollitsch.dev/commit/1faf6e679f5175c0e6325e156ddb11b13a0178eb))
* **fix:** move themetest to theme ([3454ea4](https://github.com/davidsneighbour/kollitsch.dev/commit/3454ea401d641eb0bd2b18d8200bc7860dc6d4f2))
* **fix:** proper date formats in renderhooks documentation ([109aa89](https://github.com/davidsneighbour/kollitsch.dev/commit/109aa89350cc205f4509be603ccff283279cb6ac))
* **fix:** proper version number in title ([e83f13e](https://github.com/davidsneighbour/kollitsch.dev/commit/e83f13e916e4beaad2529ff8b7c223adf486368e))
* **fix:** smaller changes to keyboard combinations and contact page ([bb6934f](https://github.com/davidsneighbour/kollitsch.dev/commit/bb6934f3b681e4d5d4cbf3caad4602dcf2ba191f))
* **fix:** update and cleanup post remove github ghost notifications ([a58d752](https://github.com/davidsneighbour/kollitsch.dev/commit/a58d75207cae442bbcee096c84217469fea8afd7))
* **fix:** various smaller content fixes ([7842382](https://github.com/davidsneighbour/kollitsch.dev/commit/78423826e76ccc2fc1e1a4d21411aa16df07be2a))


### Theme

* **fix:** move documentation layouts out of the theme ([3bf6ed4](https://github.com/davidsneighbour/kollitsch.dev/commit/3bf6ed4226e80bfcc2b8cce5aa43e8894622ce9d))
* **fix:** remove alert shortcode in favour of new blockquote renderhook ([1826d22](https://github.com/davidsneighbour/kollitsch.dev/commit/1826d22f8bd4f72d32a0514c26c3995863304776))


### Chore

* **deps:** bump @davidsneighbour/hugo-darksky to 1.2024.15 ([e3f16be](https://github.com/davidsneighbour/kollitsch.dev/commit/e3f16be349bc92bbd3ab295e0e916baa523f4605))


### Configuration

* **fix:** add youtube preview image to CSP ([ee30f3e](https://github.com/davidsneighbour/kollitsch.dev/commit/ee30f3ef980a6fb95271b4b2fb86b2ee3180d846))


### Build System

* **fix:** add sub results to pagefind index ([68a8c2a](https://github.com/davidsneighbour/kollitsch.dev/commit/68a8c2a19e4a3c8d02601259cb294acb94171b0f))

## [2024.5.26](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.25...v2024.5.26) (2024-09-28)


Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ authors:
given-names: "Patrick"
orcid: "https://orcid.org/0000-0001-6250-2135"
title: "kollitsch.dev"
version: 2024.5.26
date-released: 2024-09-28
version: 2024.5.27
date-released: 2024-10-01
url: "https://github.com/davidsneighbour/kollitsch.dev"
2 changes: 1 addition & 1 deletion assets/data/build.json
Original file line number Diff line number Diff line change
@@ -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.26"
"version": "2024.5.27"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@davidsneighbour/kollitsch-dev",
"description": "Website and content for kollitsch.dev",
"version": "2024.5.26",
"version": "2024.5.27",
"license": "UNLICENSED",
"private": true,
"repository": "davidsneighbour/kollitsch.dev",
Expand All @@ -23,7 +23,7 @@
"@davidsneighbour/eslint-config": "2024.3.46",
"@davidsneighbour/frontmatter-config": "2024.3.46",
"@davidsneighbour/htmlvalidate-config": "2024.3.46",
"@davidsneighbour/hugo-darksky": "^1.2024.16",
"@davidsneighbour/hugo-darksky": "^1.2024.17",
"@davidsneighbour/imagemin-lint-staged": "0.6.0",
"@davidsneighbour/markdownlint-config": "2024.3.46",
"@davidsneighbour/netlify-plugin-hugo-helper": "0.1.6",
Expand All @@ -44,7 +44,7 @@
"cypress-html-validate": "6.1.0",
"dotenv": "16.4.5",
"lint-staged": "15.2.10",
"netlify-cli": "17.36.2",
"netlify-cli": "17.36.3",
"ninja-keys": "1.2.2",
"pixelmatch": "6.0.0",
"playwright": "1.47.2",
Expand Down

0 comments on commit ccf0050

Please sign in to comment.