From 930a0e0c3682f14a57086a729dda57931517b828 Mon Sep 17 00:00:00 2001 From: Matt Wang Date: Wed, 6 Mar 2024 14:50:44 -0800 Subject: [PATCH] Prep 0.8.1 --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 520c1dd..c25853b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,10 +17,22 @@ This website is built from the `HEAD` of the `main` branch of the theme reposito Code changes to `main` that are *not* in the latest release: -- Fixed: Liquid filter typo in breadcrumb component (`strip` instead of `trim`) by [@Zarthus] in [#1434] +- N/A Docs changes made since the latest release: +- N/A + +## Release v0.8.1 + +Hi folks! This patch release fixes a bug introduced in `0.8.0` that affects users who build their sites in strict mode. It is a straightforward upgrade that should require no manual migration changes. Thank you to [@Zarthus] for quickly catching and fixing this bug! + +### Bugfixes + +- Fixed: Liquid filter typo in breadcrumb component (`strip` instead of `trim`) by [@Zarthus] in [#1434] + +### Documentation + - Build docs site using strict mode and `strict_filters` by [@Zarthus] in [#1435] ### New Contributors