From 2aa4bb02bd0fdf14c54ed413b0101c9d7dcb7a48 Mon Sep 17 00:00:00 2001 From: sipayrt Date: Thu, 24 Nov 2016 17:56:56 +0300 Subject: [PATCH] chore(release): 4.14.2 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a4a1758c..547628ec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.14.2](https://github.com/gemini-testing/gemini/compare/v4.14.1...v4.14.2) (2016-11-24) + + +### Bug Fixes + +* emit browser start/stop events in correct places ([e8a427e](https://github.com/gemini-testing/gemini/commit/e8a427e)) +* IE9 does not include pseudo-element styles ([906988b](https://github.com/gemini-testing/gemini/commit/906988b)) + + + ## [4.14.1](https://github.com/gemini-testing/gemini/compare/v4.14.0...v4.14.1) (2016-11-22) diff --git a/package.json b/package.json index a0779b200..a2aa13d86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gemini", - "version": "4.14.1", + "version": "4.14.2", "description": "UI Screenshot testing utility", "engines": { "node": ">= 4.0.0"