Skip to content

Commit a788c51

Browse files
authored
Merge pull request #92 from gemini-testing/version/0.18.0
0.18.0
2 parents 72faeee + 9a2b7d1 commit a788c51

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.18.0 - 2016-11-29
4+
5+
* major: Remove option `screenshotOnReject`
6+
* feat: add option [sessionQuitTimeout](https://github.com/gemini-testing/hermione/blob/v0.18.0/README.md#sessionquittimeout)
7+
* fix: more informative error if parsing of a config fails
8+
39
## 0.17.0 - 2016-11-23
410

511
* Add programmatic API. See [doc](https://github.com/gemini-testing/hermione/blob/master/README.md#programmatic-api) for more details.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hermione",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "Tests framework based on mocha and wdio",
55
"main": "lib/hermione.js",
66
"scripts": {

0 commit comments

Comments
 (0)