Skip to content

Commit afe757f

Browse files
Release 2.0.0
1 parent 4b7a936 commit afe757f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Also see **[GitHub releases](https://github.com/dominique-mueller/hugo-installer
44

55
<br>
66

7+
## [2.0.0](https://github.com/dominique-mueller/hugo-installer/releases/tag/2.0.0) (2021-03-26)
8+
9+
### Feature
10+
11+
- Add support for hugo extended version ([#22](https://github.com/dominique-mueller/hugo-installer/pull/22))
12+
13+
### BREAKING CHANGES
14+
15+
- NodeJS 10 (or higher) is now required
16+
17+
<br>
18+
719
## [1.0.1](https://github.com/dominique-mueller/hugo-installer/releases/tag/1.0.1) (2018-08-12)
820

921
### Documentation

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hugo-installer",
33
"description": "Installs hugo into your repository.",
4-
"version": "1.0.1",
4+
"version": "2.0.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)