Skip to content

Commit dac09af

Browse files
authored
Merge pull request #1348 from gethinode/develop
Update minimum required Hugo version
2 parents 28c12e6 + a35e59d commit dac09af

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

config/_default/hugo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ home = ["HTML", "RSS", "REDIR", "netlify", "server"]
116116
[module]
117117
[module.hugoVersion]
118118
extended = true
119-
min = "0.134.0"
120-
max = ""
119+
min = "0.136.3"
121120
[[module.mounts]]
122121
source = "archetypes"
123122
target = "archetypes"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gethinode/hinode",
3-
"version": "0.27.22",
3+
"version": "0.27.23",
44
"description": "Hinode is a clean documentation and blog theme for Hugo, an open-source static site generator",
55
"keywords": [
66
"hugo",

0 commit comments

Comments
 (0)