Skip to content

Commit 3ebdaf1

Browse files
chore(release): 3.1.4 [skip ci]
## [3.1.4](v3.1.3...v3.1.4) (2022-05-27) ### Bug Fixes * Do not try loading object.values on Node.js 8 and newer ([a022667](a022667))
1 parent e5fc06a commit 3ebdaf1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.4](https://github.com/prantlf/grunt-html-html-reporter/compare/v3.1.3...v3.1.4) (2022-05-27)
2+
3+
4+
### Bug Fixes
5+
6+
* Do not try loading object.values on Node.js 8 and newer ([a022667](https://github.com/prantlf/grunt-html-html-reporter/commit/a0226673bf629db2227ace419c0a8ca1fae11bb5))
7+
18
## 3.1.0 (2018-05-14)
29

310
Allow cutting the same initial part of the path from tested HTML files for displaying purposes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-html-html-reporter",
33
"description": "Formats HTML validation results performed by grunt-html to HTML.",
4-
"version": "0.0.0-development",
4+
"version": "3.1.4",
55
"homepage": "https://github.com/prantlf/grunt-html-html-reporter",
66
"author": {
77
"name": "Ferdinand Prantl",

0 commit comments

Comments
 (0)