From 4aa396d95a90a128602f3313798d85a385167907 Mon Sep 17 00:00:00 2001 From: egavr Date: Tue, 25 Oct 2016 14:04:12 +0300 Subject: [PATCH] chore(release): 4.13.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f64df1326..8e6960f41 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.13.1](https://github.com/gemini-testing/gemini/compare/v4.13.0...v4.13.1) (2016-10-25) + + +### Bug Fixes + +* do not show skipped tests in retries ([799dc80](https://github.com/gemini-testing/gemini/commit/799dc80)) + + + # [4.13.0](https://github.com/gemini-testing/gemini/compare/v4.12.2...v4.13.0) (2016-10-19) diff --git a/package.json b/package.json index a6d2ee6bd..948a10a3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gemini", - "version": "4.13.0", + "version": "4.13.1", "description": "UI Screenshot testing utility", "engines": { "node": ">= 4.0.0"