1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 15:48:29 -04:00

feat(hugo): upgrade Hugo to v0.27.1 (#26)

* feat(hugo): upgrade Hugo to v0.27.1

* Update README.md

* Update package.json
This commit is contained in:
Shun Sato 2017-09-15 02:39:08 +09:00 committed by GitHub
parent e19d2c65c7
commit 97eedb4a6a
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 | | hugo-bin version | Hugo version |
|:-----------------:|:------------:| |:-----------------:|:------------:|
| ^0.14.0 | v0.27.1 |
| ^0.13.0 | v0.26 | | ^0.13.0 | v0.26 |
| ^0.12.0 | v0.25.1 | | ^0.12.0 | v0.25.1 |
| ^0.11.0 | v0.24.1 | | ^0.11.0 | v0.24.1 |

View File

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