diff --git a/CHANGELOG-NPM.md b/CHANGELOG-NPM.md index e637c01e..b47012ed 100644 --- a/CHANGELOG-NPM.md +++ b/CHANGELOG-NPM.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -## [1.1.2] - 2020-01-03 +## [1.1.3] - 2020-01-03 ### Changed - Added `StaticHttp` requests in the CLI process (see the Elm package changelog). diff --git a/docs/upgrade-guide.md b/docs/upgrade-guide.md index bfe79a49..aa681180 100644 --- a/docs/upgrade-guide.md +++ b/docs/upgrade-guide.md @@ -1,6 +1,6 @@ # `elm-pages` Upgrade Guide -## Upgrading to Elm Package 1.1.0 and NPM Package 1.1.2 +## Upgrading to Elm Package 1.1.0 and NPM Package 1.1.3 Here's a diff to help guide you through the change: https://github.com/dillonkearns/elm-pages-starter/commit/5de5102d706f4a360df94e5493ceff27ebd61587. @@ -17,7 +17,7 @@ Here's a diff to help guide you through the change: https://github.com/dillonkea ### Step by step upgrade checklist -- Be sure to install the latest NPM package *and* the latest elm package (NPM version 1.1.2 and Elm package version 1.1.0 at +- Be sure to install the latest NPM package *and* the latest elm package (NPM version 1.1.3 and Elm package version 1.1.0 at the time of this writing). - `elm install elm/time` (the generated `Pages.elm` has a new `builtAt` value of type `Time` so this needs to be installed for it to compile).