From e434f916cec5928938f8aefa099382a45a192201 Mon Sep 17 00:00:00 2001 From: Matt Wang Date: Mon, 1 Apr 2024 11:25:25 -0700 Subject: [PATCH] Prep 0.8.2 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd609b..9d3e8aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,12 +17,20 @@ 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: Protect theme JS file from front matter default for layout by [@pdmosses] in [#1447] +- N/A Docs changes made since the latest release: - N/A +## Release v0.8.2 + +Hi everyone! This patch release fixes a bug where a default layout with unrestricted `scope` (`path: ""`) breaks JavaScript functionality. Users who do not use a default layout with unrestricted `scope` should not be affected. This should be a straightforward upgrade for all users. Thank you to [@pdmosses] for triaging and fixing the bug! + +### Bugfixes + +- Fixed: Protect theme JS file from front matter default for layout by [@pdmosses] in [#1447] + [#1447]: https://github.com/just-the-docs/just-the-docs/pull/1447 ## Release v0.8.1