Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
chore(release): 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tatarintsev committed Oct 18, 2016
1 parent da55f54 commit 405280f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.9.0"></a>
# [0.9.0](https://github.com/researchgate/gemini-react/compare/v0.8.0...v0.9.0)
(2016-10-18)


### Features

* Add `replaceRootUrl` option ([da55f54](https://github.com/researchgate/gemini-react/commit/da55f54))


### BREAKING CHANGES

* `publicHost` option is removed. If you need `rootUrl`
to have different value, set `replaceRootUrl` option to `false` and
manually set `rootUrl`.



<a name="0.8.0"></a>
# [0.8.0](https://github.com/researchgate/gemini-react/compare/v0.7.2...v0.8.0) (2016-10-17)

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": "gemini-react",
"version": "0.8.0",
"version": "0.9.0",
"description": "Wrapper, which simplifies writing gemini tests for react components",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 405280f

Please sign in to comment.