From 06aade3f1f62989355c66149299798861d924599 Mon Sep 17 00:00:00 2001 From: Anton Usmansky Date: Tue, 30 Jul 2019 12:32:46 +0300 Subject: [PATCH] chore(release): 2.12.3 --- 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 b4dd8b71a..c92dc9824 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.12.3](https://github.com/gemini-testing/hermione/compare/v2.12.2...v2.12.3) (2019-07-30) + + +### Bug Fixes + +* always release browser ([cdbb742](https://github.com/gemini-testing/hermione/commit/cdbb742)) + + + ## [2.12.2](https://github.com/gemini-testing/hermione/compare/v2.12.1...v2.12.2) (2019-07-25) diff --git a/package-lock.json b/package-lock.json index 5ec3efe0f..effb44c2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "2.12.2", + "version": "2.12.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2f5bc595a..1a0cc827f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "2.12.2", + "version": "2.12.3", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {