From 405280fdcfe910d494ae97426c7d08ac70a377a5 Mon Sep 17 00:00:00 2001 From: Sergey Tatarintsev Date: Tue, 18 Oct 2016 16:40:07 +0200 Subject: [PATCH] chore(release): 0.9.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dc6f9f..2ae6f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +# [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`. + + + # [0.8.0](https://github.com/researchgate/gemini-react/compare/v0.7.2...v0.8.0) (2016-10-17) diff --git a/package.json b/package.json index bbd5f81..a411a7f 100644 --- a/package.json +++ b/package.json @@ -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": {