From 22fc061ef4fdf44f5b64e91d655f100af28edfd7 Mon Sep 17 00:00:00 2001 From: Matthew Wang Date: Tue, 19 Sep 2023 17:26:18 -0700 Subject: [PATCH] 0.6.2 --- CHANGELOG.md | 10 +++++++++- just-the-docs.gemspec | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c1ca79..74fa91a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,16 @@ 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: -- Remove: unused `.passive` toggle in navigation by [@pdmosses] in [#1335] +- N/A + +## Release v0.6.2 + +Hi all, this is a small patch release that includes two changes: adding a missing Windows emoji font fallback, and removing some (now-unused) code introduced in 0.6. + +### Bugfixes + - Fixed: Windows emoji font fallback by [@flanakin] in [#1337] +- Removed: unused `.passive` toggle in navigation by [@pdmosses] in [#1335] [#1335]: https://github.com/just-the-docs/just-the-docs/pull/1335 [#1337]: https://github.com/just-the-docs/just-the-docs/pull/1337 diff --git a/just-the-docs.gemspec b/just-the-docs.gemspec index aed91bf..ed8b792 100644 --- a/just-the-docs.gemspec +++ b/just-the-docs.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "just-the-docs" - spec.version = "0.6.1" + spec.version = "0.6.2" spec.authors = ["Patrick Marsceill", "Matthew Wang"] spec.email = ["patrick.marsceill@gmail.com", "matt@matthewwang.me"]