From 3ebdaf19647076ca9a06913ad170f79932682a35 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 May 2022 08:41:33 +0000 Subject: [PATCH] chore(release): 3.1.4 [skip ci] ## [3.1.4](https://github.com/prantlf/grunt-html-html-reporter/compare/v3.1.3...v3.1.4) (2022-05-27) ### Bug Fixes * Do not try loading object.values on Node.js 8 and newer ([a022667](https://github.com/prantlf/grunt-html-html-reporter/commit/a0226673bf629db2227ace419c0a8ca1fae11bb5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ead48a1..2178665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.4](https://github.com/prantlf/grunt-html-html-reporter/compare/v3.1.3...v3.1.4) (2022-05-27) + + +### Bug Fixes + +* Do not try loading object.values on Node.js 8 and newer ([a022667](https://github.com/prantlf/grunt-html-html-reporter/commit/a0226673bf629db2227ace419c0a8ca1fae11bb5)) + ## 3.1.0 (2018-05-14) Allow cutting the same initial part of the path from tested HTML files for displaying purposes diff --git a/package.json b/package.json index 44d4b13..fbfe5fa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-html-html-reporter", "description": "Formats HTML validation results performed by grunt-html to HTML.", - "version": "0.0.0-development", + "version": "3.1.4", "homepage": "https://github.com/prantlf/grunt-html-html-reporter", "author": { "name": "Ferdinand Prantl",