From 838b7c01c18227ad5328153f044e102c718029d9 Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Mon, 20 Jan 2020 18:09:21 -0800 Subject: [PATCH] Update changelogs. --- CHANGELOG-ELM.md | 5 +++++ CHANGELOG-NPM.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/CHANGELOG-ELM.md b/CHANGELOG-ELM.md index 3a900894..50037c08 100644 --- a/CHANGELOG-ELM.md +++ b/CHANGELOG-ELM.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.1.2] - 2020-01-20 + +### Fixed +- "Missing content" message no longer flashes between pre-rendered HTML and the Elm app hydrating and taking over the page. See [#48](https://github.com/dillonkearns/elm-pages/pull/48). + ## [1.1.1] - 2020-01-04 ### Fixed diff --git a/CHANGELOG-NPM.md b/CHANGELOG-NPM.md index e1eb1582..3ffddd54 100644 --- a/CHANGELOG-NPM.md +++ b/CHANGELOG-NPM.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.1.8] - 2020-01-20 + +### Fixed +- "Missing content" message no longer flashes between pre-rendered HTML and the Elm app hydrating and taking over the page. See [#48](https://github.com/dillonkearns/elm-pages/pull/48). + ## [1.1.7] - 2020-01-12 ### Fixed