Update changelog.

This commit is contained in:
Dillon Kearns 2020-01-30 09:45:34 -08:00
parent 04236bf2d4
commit 8a4fd36ff8
2 changed files with 11 additions and 0 deletions

View File

@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [3.0.1] - 2020-01-30
### Changed
- Pass allRoutes into pre-rendering for https://github.com/dillonkearns/elm-pages/pull/60.
## [3.0.0] - 2020-01-25
### Changed

View File

@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [1.2.3] - 2020-01-30
### Fixed
- Don't pre-fetch content.json files for unknown paths: https://github.com/dillonkearns/elm-pages/pull/60.
- Fix race condition where pre-rendered content sometimes didn't have body: https://github.com/dillonkearns/elm-pages/pull/62.
## [1.2.2] - 2020-01-27
### Fixed