diff --git a/CHANGES b/CHANGES index 0ae7b4d..af9296d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +Version 2.0.1 - 2017-12-12 +- Run styles/scripts tasks on watch invocation +- Use proper JSON syntax +- Fix update instructions +- Add granular imagemin configuration +- Adjust default .hugulprc + + Version 2.0.0 - 2017-12-12 - Read/compile sass and scss (#37) - Replace var (#34) diff --git a/VERSION b/VERSION index 227cea2..38f77a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0 +2.0.1 diff --git a/metadata/changes/2.0.1.txt b/metadata/changes/2.0.1.txt new file mode 100644 index 0000000..8205479 --- /dev/null +++ b/metadata/changes/2.0.1.txt @@ -0,0 +1,7 @@ +2017-12-12 - 2.0.1 + +- Run styles/scripts tasks on watch invocation +- Add granular imagemin configuration +- Adjust default .hugulprc +- Fix JSON syntax in README +- Fix update instructions diff --git a/package-lock.json b/package-lock.json index 4701f57..e240397 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hugulp", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 846ba7d..83111ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugulp", - "version": "2.0.0", + "version": "2.0.1", "description": "website", "files": [ "index.js",