Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Commit 5843952

Browse files
committed
chore(release): 5.0.0-alpha.4
1 parent 3073892 commit 5843952

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
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.
44

5+
<a name="5.0.0-alpha.4"></a>
6+
# [5.0.0-alpha.4](https://github.com/gemini-testing/gemini/compare/v5.0.0-alpha.3...v5.0.0-alpha.4) (2017-07-04)
7+
8+
9+
### Bug Fixes
10+
11+
* incorrect .js config resolving ([db6b539](https://github.com/gemini-testing/gemini/commit/db6b539))
12+
13+
14+
### Features
15+
16+
* add method 'shouldSkip(browserId)' to suite instance ([bad551c](https://github.com/gemini-testing/gemini/commit/bad551c))
17+
* provide the ability to modify retries count from plugins ([deafd55](https://github.com/gemini-testing/gemini/commit/deafd55))
18+
19+
20+
521
<a name="5.0.0-alpha.3"></a>
622
# [5.0.0-alpha.3](https://github.com/gemini-testing/gemini/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2017-06-08)
723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gemini",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "UI Screenshot testing utility",
55
"engines": {
66
"node": ">= 4.0.0"

0 commit comments

Comments
 (0)