Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DudaGod committed Sep 10, 2017
1 parent c96a3e8 commit e43d99b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

<a name="0.4.0"></a>
# [0.4.0](https://github.com/gemini-testing/json-reporter/compare/v0.2.0...v0.4.0) (2017-09-10)


### Bug Fixes

* execution time in hermione ([34dec3b](https://github.com/gemini-testing/json-reporter/commit/34dec3b))


### Features

* collect 'suiteFullName' property from gemini test result ([27cf554](https://github.com/gemini-testing/json-reporter/commit/27cf554))
* collect 'suiteName' property from gemini test result ([90cfd79](https://github.com/gemini-testing/json-reporter/commit/90cfd79))



<a name="0.2.0"></a>
# [0.2.0](https://github.com/gemini-testing/json-reporter/compare/v0.1.3...v0.2.0) (2017-08-10)

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": "json-reporter",
"version": "0.3.0",
"version": "0.4.0",
"description": "Common plugin for gemini and hermione which is intended to aggregate the results of tests running",
"main": "gemini.js",
"scripts": {
Expand Down

0 comments on commit e43d99b

Please sign in to comment.