releaser: Add release notes to /docs for release of 0.75.1 v0.75.1
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Tue, 15 Sep 2020 06:45:52 +0000 (06:45 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Tue, 15 Sep 2020 06:45:52 +0000 (06:45 +0000)
[ci skip]

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

diff --git a/docs/content/en/news/0.75.1-relnotes/index.md b/docs/content/en/news/0.75.1-relnotes/index.md
new file mode 100644 (file)
index 0000000..6da3d6c
--- /dev/null
@@ -0,0 +1,21 @@
+
+---
+date: 2020-09-15
+title: "Hugo 0.75.1: A couple of Bug Fixes"
+description: "This version fixes a couple of bugs introduced in 0.75.0."
+categories: ["Releases"]
+images:
+- images/blog/hugo-bug-poster.png
+
+---
+
+       
+
+This is a bug-fix release with a couple of important fixes.
+
+* resources/image: Fix nilpointer for images with no Exif [cd00f7f9](https://github.com/gohugoio/hugo/commit/cd00f7f9661d67951ef16c5198541f09f1c058b4) [@bep](https://github.com/bep) [#7688](https://github.com/gohugoio/hugo/issues/7688)
+* modules/npm: Preserve the original package.json if it exists [214afe4c](https://github.com/gohugoio/hugo/commit/214afe4c1bb9c37bc6159e659d66ba9a268a2849) [@bep](https://github.com/bep) [#7690](https://github.com/gohugoio/hugo/issues/7690)
+* tpl: Fix grammar in the new 'requires non-zero' error message [cd830bb0](https://github.com/gohugoio/hugo/commit/cd830bb0275fc39240861627ef26e146985b5c86) [@nekr0z](https://github.com/nekr0z) 
+
+
+