diff --git a/CHANGES b/CHANGES index 3d5ab2f..61c8685 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +Version 1.1.0 - 2017-01-28 +- Use hugo default config file + + Version 1.0.0 - 2017-01-08 - Add commander dependency - Create cli interface diff --git a/VERSION b/VERSION index 3eefcb9..9084fa2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.1.0 diff --git a/metadata/changes/1.1.0.txt b/metadata/changes/1.1.0.txt new file mode 100644 index 0000000..7112ee1 --- /dev/null +++ b/metadata/changes/1.1.0.txt @@ -0,0 +1,6 @@ +2017-01-28 - 1.1.0 + +hugulp now uses hugo default config file (config.toml) + +You can specify an alternative config, via a command line switch +-c, --config diff --git a/package.json b/package.json index 07eea3a..cb8177b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugulp", - "version": "1.0.0", + "version": "1.1.0", "description": "website", "files": [ "index.js",