Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodriguez committed Mar 21, 2017
1 parent 93d1171 commit 5e74220
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0
9 changes: 9 additions & 0 deletions metadata/changes/1.3.0.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hugulp",
"version": "1.2.0",
"version": "1.3.0",
"description": "website",
"files": [
"index.js",
Expand Down

0 comments on commit 5e74220

Please sign in to comment.