From 5adb3b94afd36141f34487cedd1065e69d073c6b Mon Sep 17 00:00:00 2001 From: DudaGod Date: Wed, 18 Jan 2017 11:24:22 +0300 Subject: [PATCH] chore(release): 4.17.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fd8ec579..ae933be3f 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.17.1](https://github.com/gemini-testing/gemini/compare/v4.17.0...v4.17.1) (2017-01-18) + + +### Bug Fixes + +* roll back striptags version without breaking changes ([cd4e26e](https://github.com/gemini-testing/gemini/commit/cd4e26e)) + + + # [4.17.0](https://github.com/gemini-testing/gemini/compare/v4.16.0...v4.17.0) (2017-01-16) diff --git a/package.json b/package.json index 69372c1c8..1d995d069 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gemini", - "version": "4.17.0", + "version": "4.17.1", "description": "UI Screenshot testing utility", "engines": { "node": ">= 4.0.0"