diff --git a/CHANGELOG.md b/CHANGELOG.md index feba936..36bb2d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,29 @@ Also see **[GitHub releases](https://github.com/dominique-mueller/hugo-installer
+## [3.0.0](https://github.com/dominique-mueller/hugo-installer/releases/tag/3.0.0) (2021-04-13) + +### Features + +- Support all Hugo versions ([#27](https://github.com/dominique-mueller/hugo-installer/pull/27), [#28](https://github.com/dominique-mueller/hugo-installer/pull/28)) +- Add binary checksum check, with flag to skip ([#28](https://github.com/dominique-mueller/hugo-installer/pull/28)) +- Add binary health check, with flag to skip ([#28](https://github.com/dominique-mueller/hugo-installer/pull/28)) +- Recognize exiting binaries, with flag to ignore ([#29](https://github.com/dominique-mueller/hugo-installer/pull/29)) +- Add additional CLI parameters for configuration, e.g. os, arch, download URL ([#28](https://github.com/dominique-mueller/hugo-installer/pull/28)) + +### Documentation + +- Update documentation to include new features, list all CLI parameters ([#31](https://github.com/dominique-mueller/hugo-installer/pull/31)) + +### BREAKING CHANGES + +- NodeJS 12 (or higher) is now required + +
+ ## [2.0.0](https://github.com/dominique-mueller/hugo-installer/releases/tag/2.0.0) (2021-03-26) -### Feature +### Features - Add support for hugo extended version ([#22](https://github.com/dominique-mueller/hugo-installer/pull/22)) @@ -20,7 +40,7 @@ Also see **[GitHub releases](https://github.com/dominique-mueller/hugo-installer ### Documentation -- 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)) +- Add section on how to use the hugo binary ([#6](https://github.com/dominique-mueller/hugo-installer/issues/6))
diff --git a/package-lock.json b/package-lock.json index e92c3af..6e61055 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hugo-installer", - "version": "2.0.0", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ae91a1a..006f477 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hugo-installer", "description": "Installs hugo into your repository.", - "version": "2.0.0", + "version": "3.0.0", "license": "MIT", "repository": { "type": "git",