diff --git a/CHANGES b/CHANGES index 29cd6a9..38d760c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,18 @@ +Version 1.3.0 - 2017-03-20 +- Add less support +- Ignore log files +- Expand glob for assets +- Update README +- Remove log file +- Release 1.2.0 +- Display hugulp version +- Add less to watched files +- Upgrade dependencies +- Replace gulp.watch with gulp-watch +- Fix styles folder watch +- Update README + + Version 1.2.0 - 2017-03-18 - Ignore log files - Add less support diff --git a/VERSION b/VERSION index 26aaba0..f0bb29e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 +1.3.0 diff --git a/metadata/changes/1.3.0.txt b/metadata/changes/1.3.0.txt new file mode 100644 index 0000000..25dcc46 --- /dev/null +++ b/metadata/changes/1.3.0.txt @@ -0,0 +1,9 @@ +2017-03-20 - 1.3.0 + +Added a command to display the current version: ```hugulp version``` + +A bug that was preventing the styles folder to react to changes was fixed. + +Additionally: +- Upgrade dependencies +- Replace gulp.watch with gulp-watch diff --git a/package.json b/package.json index 6dd05f5..68ed78d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugulp", - "version": "1.2.0", + "version": "1.3.0", "description": "website", "files": [ "index.js",