1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-07-03 13:26:38 -04:00

feat(hugo): upgrade Hugo to v0.19 (#11)

This commit is contained in:
Shun Sato
2017-03-04 14:18:51 +09:00
committed by GitHub
parent ee8ea36f6d
commit 3b16081bb3
2 changed files with 2 additions and 1 deletions

View File

@ -46,6 +46,7 @@ See the [Hugo Documentation](https://gohugo.io/) for more information.
| hugo-bin version | Hugo version |
|:-----------------:|:------------:|
| ^0.6.0 | v0.19 |
| ^0.5.0 | v0.18.1 |
| ^0.4.0 | v0.17 |
| ^0.3.0 | v0.16 |

View File

@ -1,7 +1,7 @@
{
"name": "hugo-bin",
"version": "0.5.0",
"hugoVersion": "0.18.1",
"hugoVersion": "0.19",
"description": "Binary wrapper for Hugo",
"main": "index.js",
"scripts": {