From bbe891127826ff5716e55ee68b51a6fb1310ac05 Mon Sep 17 00:00:00 2001 From: sipayrt Date: Mon, 3 Apr 2017 10:57:35 +0300 Subject: [PATCH] chore(release): 0.31.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94ef90a11..755d2af2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.31.0](https://github.com/gemini-testing/hermione/compare/v0.30.2...v0.31.0) (2017-04-03) + + +### Features + +* make browser.url work like url.resolve ([727f78d](https://github.com/gemini-testing/hermione/commit/727f78d)) + + + ## [0.30.2](https://github.com/gemini-testing/hermione/compare/v0.30.1...v0.30.2) (2017-03-15) diff --git a/package.json b/package.json index 21c9f60dd..790329ad0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.30.2", + "version": "0.31.0", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {