Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Site.js
lib
Node Hugo
Commits
f4aa0ee8
Verified
Commit
f4aa0ee8
authored
Feb 11, 2020
by
Aral Balkan
Browse files
Update readme; bump version to 1.1.0
parent
cdefbecf
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
f4aa0ee8
...
...
@@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.1.0] - 2020-02-11
-
Upgrade Hugo to
[
version 0.64.1
](
https://github.com/gohugoio/hugo/releases/tag/v0.64.1
)
.
## [1.0.1] - 2020-02-10
### Fixes
-
Disables fast render so Hugo updates are more consistent.
-
Disables fast render so Hugo updates are more consistent.
## [1.0.0] - 2020-02-07
...
...
README.md
View file @
f4aa0ee8
...
...
@@ -67,7 +67,7 @@ const Hugo = require('node-hugo')
On Linux-esque operating systems (with Bash shell):
```
sh
./updat
e-hugo-bin
npm run upgrad
e-hugo-bin
```
This will remove the current binaries, download the latest ones, and rename them properly.
package.json
View file @
f4aa0ee8
{
"name"
:
"@small-tech/node-hugo"
,
"version"
:
"1.
0.1
"
,
"version"
:
"1.
1.0
"
,
"description"
:
"A basic cross-platform interface to the Hugo binary from Node.js."
,
"main"
:
"index.js"
,
"scripts"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment