From d6132170b354622421610c3bef13ec68c93ca433 Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Tue, 9 Jun 2020 18:22:09 +0200 Subject: [PATCH] add changelog for 0.9.4 release --- CHANGELOG.md | 9 ++++++++- pages/index.tsx | 4 +--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8857cc2..8f2f23c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## UNRELEASED + +### Added +### Changed +### Fixed +### Security + +## [0.9.4] - 2020-06-09 ### Added diff --git a/pages/index.tsx b/pages/index.tsx index a57dbec..0d004da 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -18,9 +18,7 @@ const Index: NextPage = () => { const router = useRouter() const { t } = useTranslation() const [loading, setLoading] = useState( - publicRuntimeConfig.spa || - (process.browser && - router.pathname !== window.location.pathname) + publicRuntimeConfig.spa || (process.browser && router.pathname !== window.location.pathname) ) useEffect(() => {