Skip to content

Commit d5c4b49

Browse files
committed
chore(release): 0.20.0
1 parent a3fbfcc commit d5c4b49

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Change Log
2+
3+
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+
5+
<a name="0.20.0"></a>
6+
# [0.20.0](https://github.com/gemini-testing/hermione/compare/v0.19.0...v0.20.0) (2016-12-20)
7+
8+
9+
### Bug Fixes
10+
11+
* correct resolving of baseUrl in config ([c010dc6](https://github.com/gemini-testing/hermione/commit/c010dc6))
12+
13+
14+
### Features
15+
16+
* add option 'sessionRequestTimeout' ([a15b022](https://github.com/gemini-testing/hermione/commit/a15b022))
17+
18+
19+
120
# Changelog
221

322
## 0.19.0 - 2016-12-10

package.json

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

0 commit comments

Comments
 (0)