From 797481410c74c3b1026cbcd5ebc5e367b0ca8aa9 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sat, 7 Dec 2024 09:26:24 +1100 Subject: [PATCH] Fix typo --- mkdocs-website/docs/en/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs-website/docs/en/changelog.md b/mkdocs-website/docs/en/changelog.md index db2addb4d..08f5f2c9d 100644 --- a/mkdocs-website/docs/en/changelog.md +++ b/mkdocs-website/docs/en/changelog.md @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## v3.0.0-alpha.8.1 - 2024-12-07 ### Changed -- Using fork of Taskfile to fix version issues when installing using `go install` by @leaanthon +- Using fork of Taskfile to fix version issues when installing using `go install` by @leaanthony ## v3.0.0-alpha.8 - 2024-12-06