diff --git a/config.toml b/config.toml index 681b79665..61864c64f 100644 --- a/config.toml +++ b/config.toml @@ -70,7 +70,7 @@ twitter = "GoHugoIO" [params] description = "The world’s fastest framework for building websites" ## Used for views in rendered HTML (i.e., rather than using the .Hugo variable) - release = "0.42.1" + release = "0.42.2" ## Setting this to true will add a "noindex" to *EVERY* page on the site removefromexternalsearch = false ## Gh repo for site footer (include trailing slash) diff --git a/content/en/news/0.42.2-relnotes/index.md b/content/en/news/0.42.2-relnotes/index.md new file mode 100644 index 000000000..f680b560f --- /dev/null +++ b/content/en/news/0.42.2-relnotes/index.md @@ -0,0 +1,19 @@ + +--- +date: 2018-06-28 +title: "0.42.2" +description: "0.42.2" +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + + This release fixe broken server-reload on config changes. This is a regression from Hugo `0.42`. [3a7706b0](https://github.com/gohugoio/hugo/commit/3a7706b069107e5fa6112b3f7ce006f16867cb38) [@bep](https://github.com/bep) [#4878](https://github.com/gohugoio/hugo/issues/4878) + + + + +