Skip to content

Commit

Permalink
Merge pull request #56 from gemini-testing/update-version
Browse files Browse the repository at this point in the history
v0.13.0
  • Loading branch information
rostik404 authored Sep 7, 2016
2 parents 2fe0d56 + 5b7d897 commit 8524559
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.13.0 - 2016-09-07

* Show tests in reports if they were skipped by the HERMIONE_SKIP_BROWSERS
environment variable
* Fixed files read error, when files in specs were specified as string.

## 0.12.0 - 2016-08-22

* Added passing of execution context to a browser instance in tests (see the [documentation](https://github.com/gemini-testing/hermione/blob/v0.12.0/README.md#execution-context) for more details)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hermione",
"version": "0.12.1",
"version": "0.13.0",
"description": "Tests framework based on mocha and wdio",
"main": "lib/hermione.js",
"scripts": {
Expand Down

0 comments on commit 8524559

Please sign in to comment.