From ed21b7f2f6d36dc1d5d999c6c87c3a19d42a76d0 Mon Sep 17 00:00:00 2001 From: DudaGod Date: Mon, 19 Mar 2018 12:57:31 +0300 Subject: [PATCH] chore(release): 0.65.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 223ff7042..41d126e78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.65.2](https://github.com/gemini-testing/hermione/compare/v0.65.1...v0.65.2) (2018-03-19) + + + ## [0.65.1](https://github.com/gemini-testing/hermione/compare/v0.65.0...v0.65.1) (2018-03-16) diff --git a/package.json b/package.json index e39b03cc6..46d844165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "0.65.1", + "version": "0.65.2", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "scripts": {