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": {