Skip to content

Commit 2d40145

Browse files
Release 3.0.0
1 parent c37f847 commit 2d40145

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

CHANGELOG.md

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

55
<br>
66

7+
## [3.0.0](https://github.com/dominique-mueller/hugo-installer/releases/tag/3.0.0) (2021-04-13)
8+
9+
### Features
10+
11+
- Support all Hugo versions ([#27](https://github.com/dominique-mueller/hugo-installer/pull/27), [#28](https://github.com/dominique-mueller/hugo-installer/pull/28))
12+
- Add binary checksum check, with flag to skip ([#28](https://github.com/dominique-mueller/hugo-installer/pull/28))
13+
- Add binary health check, with flag to skip ([#28](https://github.com/dominique-mueller/hugo-installer/pull/28))
14+
- Recognize exiting binaries, with flag to ignore ([#29](https://github.com/dominique-mueller/hugo-installer/pull/29))
15+
- Add additional CLI parameters for configuration, e.g. os, arch, download URL ([#28](https://github.com/dominique-mueller/hugo-installer/pull/28))
16+
17+
### Documentation
18+
19+
- Update documentation to include new features, list all CLI parameters ([#31](https://github.com/dominique-mueller/hugo-installer/pull/31))
20+
21+
### BREAKING CHANGES
22+
23+
- NodeJS 12 (or higher) is now required
24+
25+
<br>
26+
727
## [2.0.0](https://github.com/dominique-mueller/hugo-installer/releases/tag/2.0.0) (2021-03-26)
828

9-
### Feature
29+
### Features
1030

1131
- Add support for hugo extended version ([#22](https://github.com/dominique-mueller/hugo-installer/pull/22))
1232

@@ -20,7 +40,7 @@ Also see **[GitHub releases](https://github.com/dominique-mueller/hugo-installer
2040

2141
### Documentation
2242

23-
- Add section on how to use the hugo binary ([#6](https://github.com/dominique-mueller/hugo-installer/issues/6)) ([df1a009](https://github.com/dominique-mueller/hugo-installer/commit/df1a009))
43+
- Add section on how to use the hugo binary ([#6](https://github.com/dominique-mueller/hugo-installer/issues/6))
2444

2545
<br>
2646

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": "2.0.0",
4+
"version": "3.0.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)