Skip to content

Commit d1a85a8

Browse files
Merge branch 'release/v1.3.7'
2 parents 765bc62 + cda005a commit d1a85a8

File tree

12 files changed

+9623
-2913
lines changed

12 files changed

+9623
-2913
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [1.3.7] - 2022.08.20
10+
11+
### Fixed
12+
- Fixed asset file renaming issue when updating template file(s).
13+
- Fixed incorrect test5 file name reference(s).
14+
15+
### Added
16+
- Added test6 functionality, fixture and expected files.
17+
- Added funding to package.json file.
18+
19+
### Updated
20+
- Updated minimum version of Node.js from 0.8.0 to 15.0.0
21+
- Updated version of grunt within dev dependencies from 1.1.0 to 1.5.3
22+
- Updated version of grunt-cli within dev dependencies from 1.3.2 to 1.4.3
23+
- Updated version of grunt-contrib-clean within dev dependencies from 2.0.0 to 2.0.1
24+
- Updated version of grunt-contrib-jshint within dev dependencies from 2.1.0 to 3.2.0
25+
- Updated version of grunt-contrib-nodeunit within dev dependencies from 2.0.0 to 4.0.0
26+
927
## [1.3.6] - 2022.04.27
1028

1129
### Fixed
12-
- Fixed README.md Github version number.
30+
- Fixed README.md GitHub version number.
1331
- Updated year in Copyright lines.
1432
- Updated email address in package.json
1533

build/gruntfile.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,15 @@ module.exports = function (grunt) {
102102
files: {
103103
'tests/functional/actual/test5/css/website[mask].min.css': ['tests/functional/actual/test5/html/master.html']
104104
}
105+
},
106+
test6: {
107+
options: {
108+
prepend: ".",
109+
length: 8
110+
},
111+
files: {
112+
'tests/functional/actual/test6/css/style[mask].min.css': ['tests/functional/actual/test6/html/master.html']
113+
}
105114
}
106115
},
107116

0 commit comments

Comments
 (0)