releaser: Add release notes to /docs for release of 0.78.1 v0.78.1
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Thu, 5 Nov 2020 09:38:59 +0000 (09:38 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Thu, 5 Nov 2020 09:38:59 +0000 (09:38 +0000)
[ci skip]

docs/content/en/news/0.78.1-relnotes/index.md [new file with mode: 0644]

diff --git a/docs/content/en/news/0.78.1-relnotes/index.md b/docs/content/en/news/0.78.1-relnotes/index.md
new file mode 100644 (file)
index 0000000..b67e5de
--- /dev/null
@@ -0,0 +1,22 @@
+
+---
+date: 2020-11-05
+title: "Hugo 0.78.1: A couple of Bug Fixes"
+description: "This version fixes a couple of bugs introduced in 0.78.0."
+categories: ["Releases"]
+images:
+- images/blog/hugo-bug-poster.png
+
+---
+
+       
+
+This is a bug-fix release with a couple of important fixes.
+
+* Disable NPM test on Travis on Windows [3437174c](https://github.com/gohugoio/hugo/commit/3437174c3a7b96925b82b351ac87530b4fa796a5) [@bep](https://github.com/bep) 
+* travis: Install nodejs on Windows [f66302ca](https://github.com/gohugoio/hugo/commit/f66302ca0579171ffd1730eb8f33dd05af3d9a00) [@bep](https://github.com/bep) 
+* js: Remove external source map option [944150ba](https://github.com/gohugoio/hugo/commit/944150bafbbb5c3e807ba3688174e70764dbdc64) [@bep](https://github.com/bep) [#7932](https://github.com/gohugoio/hugo/issues/7932)
+* js: Misc fixes [bf2837a3](https://github.com/gohugoio/hugo/commit/bf2837a314eaf70135791984a423b0b09f58741d) [@bep](https://github.com/bep) [#7924](https://github.com/gohugoio/hugo/issues/7924)[#7923](https://github.com/gohugoio/hugo/issues/7923)
+
+
+