Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2021-11-17 11:24:08 +0300
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2021-11-17 11:24:08 +0300
commitab01ba6e7e893e67318da7a6fecff605cd117fda (patch)
tree678ae4890380849badf30c8198c93438816be340
parentcc08c095926e78f43095c83c16f9087b3042ff32 (diff)
releaser: Add release notes to /docs for release of 0.89.4v0.89.4
[ci skip]
-rw-r--r--docs/content/en/news/0.89.4-relnotes/index.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/content/en/news/0.89.4-relnotes/index.md b/docs/content/en/news/0.89.4-relnotes/index.md
new file mode 100644
index 000000000..0f84ef05f
--- /dev/null
+++ b/docs/content/en/news/0.89.4-relnotes/index.md
@@ -0,0 +1,19 @@
+
+---
+date: 2021-11-17
+title: "Hugo 0.89.4: A couple of Bug Fixes"
+description: "This version fixes a couple of bugs introduced in 0.89.0."
+categories: ["Releases"]
+images:
+- images/blog/hugo-bug-poster.png
+
+---
+
+
+
+This is a bug-fix release with one important fix.
+
+* Fix content dir resolution when main project is a Hugo Module [2e70f61f](https://github.com/gohugoio/hugo/commit/2e70f61fb04cea08ef6598728a57637ae2cc199c) [@bep](https://github.com/bep) [#9177](https://github.com/gohugoio/hugo/issues/9177)
+
+
+