From 9ae14cd6ea54c379cdc567296318ec7889da2384 Mon Sep 17 00:00:00 2001 From: miller45 Date: Tue, 13 Aug 2019 13:49:32 +0200 Subject: [PATCH] prepare release of 1.2.9 updated version and changes.md --- CHANGES.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e55e1aa..54bb8a3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changelog +## Version 1.2.9 +* Added favico (from angulars) to report page + ## Version 1.2.8 * Hardend: Continue test when screenshot fails. Especially when 'target window already closed' occurs. * Fixed: Handling of 'excluded' status with protractor 6.0.0 (but protractor still not working correctly with duration) diff --git a/package.json b/package.json index d3d7712..930d5f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protractor-beautiful-reporter", - "version": "1.2.8", + "version": "1.2.9", "description": "An npm module and which generates your Protractor test reports in HTML (angular) with screenshots", "main": "index.js", "repository": {