From 370e3b86b73c87b9a8e2825c2ca396965412c5b9 Mon Sep 17 00:00:00 2001 From: Anton Usmansky Date: Sun, 7 Jul 2019 13:20:24 +0300 Subject: [PATCH] chore(release): 2.9.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adc2ac929..a959dd1d8 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. + +# [2.9.0](https://github.com/gemini-testing/hermione/compare/v2.8.1...v2.9.0) (2019-07-07) + + +### Features + +* send session id on browser session events ([189faff](https://github.com/gemini-testing/hermione/commit/189faff)) + + + ## [2.8.1](https://github.com/gemini-testing/hermione/compare/v2.8.0...v2.8.1) (2019-06-27) diff --git a/package-lock.json b/package-lock.json index f3a01bde0..cb73ed94b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "2.8.1", + "version": "2.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ebf9d07a5..272b229fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "2.8.1", + "version": "2.9.0", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {