From 3b6706414e4172c5d6acead687a846febbd11215 Mon Sep 17 00:00:00 2001 From: egavr Date: Mon, 23 Jan 2017 13:31:18 +0300 Subject: [PATCH] chore(release): 4.18.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae933be3f..a68adb903 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.0](https://github.com/gemini-testing/gemini/compare/v4.17.1...v4.18.0) (2017-01-23) + + +### Features + +* add method 'gemini.ctx' to tests API ([66f2aa6](https://github.com/gemini-testing/gemini/commit/66f2aa6)) + + + ## [4.17.1](https://github.com/gemini-testing/gemini/compare/v4.17.0...v4.17.1) (2017-01-18) diff --git a/package.json b/package.json index 12f1eff8e..1f96bdb3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gemini", - "version": "4.17.1", + "version": "4.18.0", "description": "UI Screenshot testing utility", "engines": { "node": ">= 4.0.0"