diff --git a/CHANGELOG.md b/CHANGELOG.md index a68adb903..eb28293b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [4.18.1](https://github.com/gemini-testing/gemini/compare/v4.18.0...v4.18.1) (2017-01-25) + + +### Bug Fixes + +* Make clickable reason-links for skipped results in html report ([d266665](https://github.com/gemini-testing/gemini/commit/d266665)) + + + # [4.18.0](https://github.com/gemini-testing/gemini/compare/v4.17.1...v4.18.0) (2017-01-23) diff --git a/package.json b/package.json index 1f96bdb3d..debaf9edb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gemini", - "version": "4.18.0", + "version": "4.18.1", "description": "UI Screenshot testing utility", "engines": { "node": ">= 4.0.0"